What program is modeled in this diagram?
Asked
Active
Viewed 354 times
1
-
It is more an algorithm than a program, and it is more for explanation than for something else... – Basile Starynkevitch Dec 08 '11 at 06:41
1 Answers
1
According to Pylon's documentation, that's
The Pyramid traversal algorithm. We’ll provide a description of the algorithm, a diagram of how the algorithm works, and some example traversal scenarios that might help you understand how the algorithm operates against a specific resource tree
In the above link there's a clear description of the algorithm, and here it is the implementation, in Python.

Óscar López
- 232,561
- 37
- 312
- 386