Lazy Traversal of Directed Graphs


Version: 1.1
Category:
Scripts
Python
Requirements:
Seller:
Price:
-
System:
Rating:
4.2
License:

Description - Lazy Traversal of Directed Graphs



The os.path.walk routine that ships with the Python standard library is limited to traversing the file system tree. A generic traversal for arbitrary (directed) graphs with support for recursion limits and other accumulated partial results seems useful.



More in Python-Lazy Traversal of Directed Graphs

Directed Graphs Graphs With Support