UKG interview question

Traverse a binary search tree and return the values in each node.

Interview Answer

Anonymous

18 Sept 2020

I wrote out a traversal to the problem using inorder traversal.