LEVEL_ORDER
Description:
LEVEL_ORDER
is not implemented for balanced binary trees.
For n-ary trees, it vists the root node first, then its children, then its grandchildren, and so on. Note that this is less efficient than the other orders.
is not implemented for balanced binary trees.
For n-ary trees, it vists the root node first, then its children, then its grandchildren, and so on. Note that this is less efficient than the other orders.