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 9bb8936 commit dba7be6Copy full SHA for dba7be6
README.md
@@ -74,7 +74,8 @@
74
✨ 4. Counting sort algorithm -> `Basic_Sorting_Algorithms Chapter` \
75
✨ 5. Inbuilt sort algorithm -> `Basic_Sorting_Algorithms Chapter` \
76
✨ 6. Merge sort algorithm -> `Divide_&_Conquer Chapter` \
77
-✨ 7. Quick sort algorithm -> `Divide_&_Conquer Chapter`
+✨ 7. Quick sort algorithm -> `Divide_&_Conquer Chapter` \
78
+✨ 8. Topological Sort algorithum (Dependency) -> `Graphs Part-2 Chapter`
79
80
## Search Algorithms
81
0 commit comments