Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 470 Bytes

File metadata and controls

33 lines (19 loc) · 470 Bytes

Traversal

Question

Demonstrate Graph Traversal Algorithms.

Solution

.. literalinclude:: ../../languages/python/algorithm_traversal.py
   :language: python
   :tab-width: 4

.. runcode:: ../../languages/python/algorithm_traversal.py
   :language: python
   :codesite: ideone

Explanation

.. seealso::

   * :python-suggest-improve:`algorithm_traversal.py`
   * :python-better-explain:`algorithm_traversal.rst`