ee1cc0816a2b429952562953d1e1d3768d4c741a
Pops an item off the queue and generate left and right children for it, if those are empty. Then push those children into the queue for the next iteration. NOTE: Because we're using a queue, this does a breadth first generation of the tree, which is what we want.
Description
Languages
C
96.1%
C++
3.8%
Shell
0.1%