Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.24 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.24 KB

Solutions to Programming Interview Questions

Elements of Programming Interviews

Java solutions to the problems from Elements of Programming Interviews available from their website. As I go through these I will write samples in Python.

About Elements of Programming Interviews

EPI includes over 300 solved problems representative of those asked at leading software companies. The problems are designed to be codable in a 60 minute interview (with the exception of approximately 20 design problems). The book can be purchased from here.

Cracking the Coding Interview

Java solutions to the problems from Cracking the Coding Interview available from their website.

About Cracking the Coding Interview

CTCI includes 189 programming interview questions, ranging from the basics to the trickiest algorithm problems. Each problem contains a walk-through of how to derive each solution, so that you can learn how to get there yourself. The book can be purchased from here.