kopia lustrzana https://github.com/animator/learn-python
Update Tree-Traversal.md
rodzic
b6632c6d7f
commit
b4842100ea
|
@ -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