Microsoft Interview Question

Implement a binary tree iterator

Interview Answer

Anonymous

Apr 13, 2020

Using a queue for traversing the tree using BFS.