Searched defs:topological_sort (Results 1 – 2 of 2) sorted by relevance
65 void topological_sort(VertexListGraph& g, OutputIterator result, in topological_sort() function73 void topological_sort(VertexListGraph& g, OutputIterator result) in topological_sort() function
73 void topological_sort( int * * graph, int num_vertices, int * result ) in topological_sort() function