Categories
Uncategorized

Print out a binary tree

Write a function and the node data structure to visit all of the nodes in a binary tree

(Got it from: http://www1.cs.columbia.edu/~kns10/interview/)

Leave a Reply