We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb99c7b commit fb68f5aCopy full SHA for fb68f5a
algs4/bellman_ford_sp.py
@@ -4,7 +4,7 @@
4
POSITIVE_INFINITY = 999999.0
5
6
7
-class DijkstraSP:
+class BellmanFordSP:
8
def __init__(self, g, s):
9
self.cost = 0
10
self.cycle = None
0 commit comments