Code-Crossroad
Code-Crossroad copied to clipboard
Detect negative weight cycle (Bellman Ford's Algorithm)
Aim We are given a directed graph. We need to detect whether the graph has a negative cycle or not. A negative cycle is one in which the overall sum of the cycle becomes negative.
Details Bellman Ford algorithm is a algorithm which help us to find the shortest path from a starting vertex to all other vertices of a weighted graph.
@Vanshikagarg17 I would like to solve this problem!
Can you assign me for this issue @Ananyaas