diff --git a/graph/topologicalsort.py b/graph/topologicalsort.py index aeae012..1690163 100644 --- a/graph/topologicalsort.py +++ b/graph/topologicalsort.py @@ -1,5 +1,6 @@ #topological sort # java code https://github.com/mission-peace/interview/blob/master/src/com/interview/graph/TopologicalSort.java +#totpological sortings are not unique from graph import Graph