Skip to content

Commit ba3e731

Browse files
authored
Apply suggestions from code review
1 parent b2937ee commit ba3e731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydatastructs/graphs/algorithms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ def shortest_paths(graph: Graph, algorithm: str,
697697
The algorithm to be used. Currently, the following algorithms
698698
are implemented,
699699
700-
'bellman_ford' -> Bellman-Ford algorithm as given in [1], with a queue to improve performance on sparse graphs.
700+
'bellman_ford' -> Bellman-Ford algorithm as given in [1]
701701
702702
'dijkstra' -> Dijkstra algorithm as given in [2].
703703
source: str

0 commit comments

Comments
 (0)