akkupy / codeDump

Drop your code snippets here!
GNU General Public License v3.0
55 stars 252 forks source link

Added the code for TopologicalSort #575

Closed Karan1500 closed 9 months ago

Karan1500 commented 9 months ago

I have added the code for TopologicalSort using both BFS and DFS, this has been a standard question across the coding platforms like leetcode, gfg, etc.