diff -r 342bebadd075 -r 88c486951f10 thirdparty/python-graph/docs/graph.sorting-module.html --- a/thirdparty/python-graph/docs/graph.sorting-module.html Sun Nov 30 16:39:18 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,174 +0,0 @@ - - - - - graph.sorting - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - Package graph :: - Module sorting - - - - -
-
- -

Module sorting

-

Sorting algorithms for python-graph.

- - - - - - - - - - -
- Functions
- list - - - - - - -
topological_sorting(graph)
- Topological sorting.
- - -
- -
- - - - - - -
- Function Details
- -
- -
- - -
-

topological_sorting(graph) -

-
  -
- -

Topological sorting.

-
-
Parameters:
-
    -
  • graph (graph) - Graph.
  • -
-
Returns: list
-
Topological sorting for the graph.
-
-

Attention: - Topological sorting is meaningful only for directed acyclic graphs. -

-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - -
- - - -