Skip to content

Commit 4ac6c0a

Browse files
committed
remove 'soon' from kruskal's README
1 parent ea43d5d commit 4ac6c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎kruskal/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Kruskal algorithm (soon)
1+
# Kruskal algorithm
22

33
The Kruskal's algorithm is used to compute the [minimum spanning tree (MST)](http://en.wikipedia.org/wiki/Minimum_spanning_tree)
44
of a graph. It's is classified as a greedy algorithm.

0 commit comments

Comments
(0)