UnickSoft / graphonline

This is source code of graphonline service. Graphonline helps visualize graph and applies a lot of algorithms.
http://graphonline.ru/en/
MIT License
365 stars 67 forks source link

Support for pre-order, in-order and post-order traversal #45

Closed nmcc1212 closed 1 year ago

nmcc1212 commented 1 year ago

Add the ability to do pre-order, in-order and post-order traversal

It is explained well here: https://isaaccomputerscience.org/concepts/dsa_datastruct_tree_traversals what each one does