shashanksingh / toy_graph_db

Just a toy graph db so that we can play around with graph algorithms like connected components, Union Find etc. Its work in progress, feel free to raise PR
GNU General Public License v3.0
0 stars 0 forks source link

Topological sort on DAG #1

Closed shashanksingh closed 4 years ago

shashanksingh commented 4 years ago

already done at https://github.com/shashanksingh/toy_graph_db/blob/master/src/dag.py#L36