Tree traversal: Difference between revisions

Content deleted Content added
Undid revision 1135319353 by Rory O'Kane (talk): no, "optional" (i.e. "can be omitted") was right
Tag: Reverted
Line 323:
* [http://www.sitepoint.com/hierarchical-data-database/ Storing Hierarchical Data in a Database] with traversal examples in PHP
* [https://web.archive.org/web/20110606032941/http://dev.mysql.com/tech-resources/articles/hierarchical-data.html Managing Hierarchical Data in MySQL]
* [https://codingparks.com/tree-traversal-python-with-recursion/ Step-by-Step Guide: Tree Traversal Techniques and Recursive Implementation in Python with Code Examples.]
* [http://www.artfulsoftware.com/mysqlbook/sampler/mysqled1ch20.html Working with Graphs in MySQL]
* [https://favtutor.com/blogs/tree-traversal-python-with-recursion Sample code for recursive tree traversal in Python.]