LEVEL_ORDER


Description:

LEVEL_ORDER

is not implemented for [balanced binary trees](data-structures.

html#binary-trees). For [n-ary trees](data-structures.html#n-ary-trees), it visits the root node first, then its children, then its grandchildren, and so on. Note that this is less efficient than the other orders.