Q15Multiple correct3 Marks24 Dec 2023Which of the following is (are) correct?AFloyd-Warshall algorithm works for graphs with negative weight cycles.BFloyd-Warshall algorithm is used for all pair shortest paths.CThe Shortest path problem is not applicable to a graph with a negative weightcycle.DBellman-Ford algorithm is used for single source shortest path.EDijkstra's algorithm is used for all pair shortest paths.