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 981ae7f commit 4ff61ddCopy full SHA for 4ff61dd
README.md
@@ -166,7 +166,7 @@ If you want to uninstall algorithms, it is as simple as:
166
- [maximum_flow_dfs](algorithms/graph/maximum_flow_dfs.py)
167
- [all_pairs_shortest_path](algorithms/graph/all_pairs_shortest_path.py)
168
- [bellman_ford](algorithms/graph/bellman_ford.py)
169
- - [Count Connected Components](algoritms/graph/count_connected_number_of_component.py)
+ - [Count Connected Components](algorithms/graph/count_connected_number_of_component.py)
170
- [heap](algorithms/heap)
171
- [merge_sorted_k_lists](algorithms/heap/merge_sorted_k_lists.py)
172
- [skyline](algorithms/heap/skyline.py)
0 commit comments