Questions email Lynn Root
- My Blog with my experience, how I prepared, practice problems and resources.
- Previous WWC Practice questions with questions from previous WWC Interview workshop with Gayle McDowell
- Cracking the Coding Interview - tip: while it's in Java mostly, it's still readable, and a great exercise to implement in your own language of choice
- Programming Interviews Exposed - another widely popular book for practicing techincal interviews.
- Palantir's advice is very applicable for preparing for competitive companies/positions.
- Remove duplicates from a list with multiple approaches
- Implimentation of a Binary Tree
- Convert decimal to hexidecimal numbers
- Implementation of Dijkstra's Algo