kopia lustrzana https://github.com/animator/learn-python
Update Tree-Traversal.md
rodzic
a6c0c7c7c4
commit
937f04f51c
|
@ -125,7 +125,7 @@ def printInorder(root):
|
|||
|
||||
In this traversal method, the root node is visited first, then the left subtree and finally the right subtree.
|
||||
|
||||
)
|
||||
)
|
||||
|
||||
**The order:** Root -> Left -> Right
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue