Women Who Code: Interview Practice
Questions email Lynn Root
Practice Advice (language agnostic)
- 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
Resources (language agnostic)
- 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.
Python Questions
- Remove duplicates from a list with multiple approaches
- Implimentation of a Binary Tree
- Convert decimal to hexidecimal numbers
- Implementation of Dijkstra's Algo