Airtime Interview Question

Write an iterator class for a binary search tree to print the tree in ascending numeric order

Interview Answer

Anonymous

May 4, 2012

Use a stack.

1