Resources for Practicing Coding Interview¶
| interview |
Table of Contents
Books¶
- Cracking the Coding Interview: 189 Programming Questions and Solutions 6th Edition by Gayle Laakmann McDowell
- repo Cracking the Coding Interview 6th Ed. Solutions in 16 programming languages
- repo Python Solutions to Cracking the Coding Interview, 6th Edition
- Elements of Programming Interviews
- repo EPI Judge contains solutions in Java, Python
Coding challenges¶
Main resources¶
This section contains the most “important” resources/sites. It’s simply not possible to work with difference Coding Challenges platforms. We should select one or two platform(s) and stick to it since our goal is to master codding challenges skill in limited amount of time.
Others resources¶
- CodeForces
- HackerRank and their Youtube Channel
- Hackerearth - In general it is a Competitive programming site, but except this it contains some tutorials/learning materials and sample programming challenges.
- CS Academy - This resource has nice tutorials/learning materials and sample programming challenges
- CodeSignal
- InterviewBit
- Codewars - Looks like interesting site, I have to check it
- Codebyte is not free (monthly/annual Subscription). But it has open tutorials.
- Topcoder
- CodeChef
- projecteuler.net
- Kattis