Posts tagged as "Binary Tree"
-
Interview Question Part 2: Searching a Binary Tree
The next question I received quite a bit was how do you search for elements in a binary tree. Thank goodness I paid attention in CS225.
Straight from the book… A binary tree is a hierarchical structure of nodes, each node referencing at most toREAD MORE
