We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb99c7b + fb68f5a commit e21b863Copy full SHA for e21b863
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