Posts tagged as "Computer Science"
-
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
-
Interview Questions Part 1: Reverse a String
As indicated in the last post, I’ve been on an extensive job hunt. I thought it would be useful to help those of you that may be going on interviews to know what kinds of questions I fielded. I’m going to try to give youREAD MORE
