IN_ORDER

vists a node's left child first, then the node itself, then its right child. This is the one to use if you want the output sorted according to the compare function.

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard