You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/03_graphs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ The default is to plan a path from one node of a grid to another but you can use
5
5
from pathfinding.core.diagonal_movement import DiagonalMovement
6
6
from pathfinding.core.graph import Graph
7
7
from pathfinding.core.node import Node
8
-
from pathfinding.finder.a_starimportAStarFinder
8
+
from pathfinding.finder.dijkstraimportDijkstraFinder
9
9
10
10
# based on the animation at [Wikipedia about Dijkstra's algorithm](https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm#/media/File:Dijkstra_Animation.gif)
0 commit comments