Skip to content

Commit 632b0d0

Browse files
committed
typo
1 parent 3245a8a commit 632b0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/explanations/ASTExp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ algorithms that can be viewed as having a similar structure.
1919
Others of these algorithms work with weighted graphs
2020
where the aim is to find the least cost path(s), while BFS and DFS
2121
ignore edge weights and Prim's
22-
algorithm finds a minumum spanning tree of the graph (the least cost
22+
algorithm finds a minimum spanning tree of the graph (the least cost
2323
set of edges that connects all nodes, if the graph is connected).
2424

2525
These graph traversal algorithms can be used for both directed

0 commit comments

Comments
 (0)