-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
HacktoberfestenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Bellman Ford’s algorithm is a shortest path finding algorithm for graphs that can have negative weights. Bellman ford’s algorithm is also great for detecting negative weight cycles as the algorithm converges to an optimal solution in O(V*E) steps. If the resultant is not optimal, then graph contains a negative weight cycle.
Metadata
Metadata
Assignees
Labels
HacktoberfestenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
