code-shoily / algorithms-in-dart

Implementation of data structures and algorithms in Dart programming language.
221 stars 76 forks source link

Implement topological sorting #24

Closed code-shoily closed 3 years ago

code-shoily commented 3 years ago

Write a function to perform topological sort on Graph ADT.

Link: https://en.wikipedia.org/wiki/Topological_sorting