In any computer science education, you'll get the importance of tree data structures hammered into you through books, professors, and midterms. Almost every job interview throws a problem at you where they expect you to use a tree to achieve that coveted Θ(log n) lookup time. Why isn't there