首页 > Term: level-order traversal
level-order traversal
Process all nodes of a tree by depth: first the root, then the children of the root, etc. Equivalent to a breadth-first search from the root.
0
创建者
- GeorgeV
- 100% positive feedback