diff --git a/README.md b/README.md index bb6c4c09c..b530869c2 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ If you want to uninstall algorithms, it is as simple as: - [maximum_flow_dfs](algorithms/graph/maximum_flow_dfs.py) - [all_pairs_shortest_path](algorithms/graph/all_pairs_shortest_path.py) - [bellman_ford](algorithms/graph/bellman_ford.py) - - [Count Connected Components](algoritms/graph/count_connected_number_of_component.py) + - [Count Connected Components](algorithms/graph/count_connected_number_of_component.py) - [heap](algorithms/heap) - [merge_sorted_k_lists](algorithms/heap/merge_sorted_k_lists.py) - [skyline](algorithms/heap/skyline.py)