Latest Topics
Random Topics
|
Preorder tree walk
Summary
- In Computer Science PreOrder Tree Walk refers to the algorithm of a binary search tree that traverses the tree in a manner that the root of the subtree is printed before the values in its left subtree and the right subtree.
|
| | Soundex: P636 ( P636 T6 W42 )
Metaphone: PRRTRTRWLK
Reference
|
Similar Topics
Related Topics
* This page is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Preorder tree walk".
|