learnJava icon indicating copy to clipboard operation
learnJava copied to clipboard

Java implementation of Bellman-Ford algorithm

Open competitiveblood opened this issue 1 year ago • 4 comments

The Bellman-Ford algorithm is a single-source shortest path algorithm that can be used to find the shortest path from a single source vertex to all other vertices in a weighted directed graph.

It is capable of handling graphs with negative edge weights, which makes it more versatile than other shortest path algorithms, such as Dijkstra's algorithm.

competitiveblood avatar Oct 09 '23 13:10 competitiveblood

I would like to contribute here , can you assign this ?

V-M-Tejus avatar Oct 09 '23 21:10 V-M-Tejus

can you add up hacktoberfest labels to this , so that it adds up value to my contribution please

V-M-Tejus avatar Oct 09 '23 21:10 V-M-Tejus

@tangorishi will assign to you

competitiveblood avatar Oct 10 '23 16:10 competitiveblood

@V-M-Tejus go ahead

tangorishi avatar Oct 11 '23 14:10 tangorishi