What would you like to Propose?
i would like to add the Bellman–Ford algorithm.
Issue details
Bellman–Ford algorithm finds shortest paths from a starting node to all nodes of the graph. The code assumes that the graph is stored as an edge list edges that consists of tuples of the form (a,b,w), meaning that there is an edge from node a to node b with weight w.
Additional Information
No response