Skip to content

Commit ef15ac9

Browse files
authored
Update README.md
1 parent f17d63e commit ef15ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The project was made as part of the [Coding Interview University](https://github
2626

2727

2828
## Spanning tree
29-
- Kruskal's algorithm
29+
- [x] [Kruskal's algorithm](https://github.com/dosart/Graph_algorithms/blob/master/graph_algorithms/algorithms/kruskal/kruskal.py)
3030
- Prim's algorithm
3131
- [x] [Disjointed set union (DSU)](https://github.com/dosart/Graph_algorithms/blob/master/graph_algorithms/data_structure/disjointed_set_union/disjointed_set_union.py)
3232

0 commit comments

Comments
 (0)