Skip to content

Commit 4ff61dd

Browse files
hardik-dadhichHardik dadhich
andauthored
fixing link for connected component in readme (#714)
Co-authored-by: Hardik dadhich <[email protected]>
1 parent 981ae7f commit 4ff61dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ If you want to uninstall algorithms, it is as simple as:
166166
- [maximum_flow_dfs](algorithms/graph/maximum_flow_dfs.py)
167167
- [all_pairs_shortest_path](algorithms/graph/all_pairs_shortest_path.py)
168168
- [bellman_ford](algorithms/graph/bellman_ford.py)
169-
- [Count Connected Components](algoritms/graph/count_connected_number_of_component.py)
169+
- [Count Connected Components](algorithms/graph/count_connected_number_of_component.py)
170170
- [heap](algorithms/heap)
171171
- [merge_sorted_k_lists](algorithms/heap/merge_sorted_k_lists.py)
172172
- [skyline](algorithms/heap/skyline.py)

0 commit comments

Comments
 (0)