We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3245a8a commit 632b0d0Copy full SHA for 632b0d0
src/algorithms/explanations/ASTExp.md
@@ -19,7 +19,7 @@ algorithms that can be viewed as having a similar structure.
19
Others of these algorithms work with weighted graphs
20
where the aim is to find the least cost path(s), while BFS and DFS
21
ignore edge weights and Prim's
22
-algorithm finds a minumum spanning tree of the graph (the least cost
+algorithm finds a minimum spanning tree of the graph (the least cost
23
set of edges that connects all nodes, if the graph is connected).
24
25
These graph traversal algorithms can be used for both directed
0 commit comments