# Functions
NewGraph initializes endure Graph According to the topological sorting, graph should be 1.
TopologicalSort topologically sort the graph and return slice of the sorted vertices.
# Type aliases
Kind used to identify the method which invokes AddDeps.