|
24 | 24 |
|
25 | 25 | ## Practice |
26 | 26 |
|
27 | | -### Interview practice |
| 27 | +### Coding practice |
| 28 | +* [Hacker Rank](https://www.hackerrank.com/) |
| 29 | +* [Project Euler](https://projecteuler.net/) |
| 30 | + |
| 31 | +### Interview questions |
28 | 32 | * [Hacking a Google Interview (MIT)](https://courses.csail.mit.edu/iap/interview/materials.php) |
29 | 33 | * [Cracking The Coding Interview](http://www.amazon.com/dp/098478280X) [[pdf](https://www.google.co.uk/search?q=cracking+the+coding+interview+pdf)] |
30 | 34 | * [grokit.ca](http://www.grokit.ca/spc/computer_science_review/) |
31 | 35 | * [maxnoy](http://maxnoy.com/interviews.html) |
32 | 36 | * [The Five Essential Phone-Screen Questions](https://sites.google.com/site/steveyegge2/five-essential-phone-screen-questions) |
| 37 | +* [Interview Cake](https://www.interviewcake.com/) |
| 38 | + |
| 39 | +#### Apps |
| 40 | +* [Coderust](http://www.coderust.com/) *I was quite skeptical of this but it's worth every single penny* |
33 | 41 |
|
34 | 42 | #### Evaluation (Fermi) questions |
35 | 43 | * [How Good an Estimator Are You?](http://www.codinghorror.com/blog/2006/06/how-good-an-estimator-are-you.html) |
36 | 44 | * [fermiquestions.com](http://www.fermiquestions.com/) |
37 | 45 |
|
38 | | -### Coding practice |
39 | | -* [Hacker Rank](https://www.hackerrank.com/) |
40 | | -* [Project Euler](https://projecteuler.net/) |
41 | | -* [Interview Cake](https://www.interviewcake.com/) |
| 46 | +#### Newsletters |
42 | 47 | * [Coding for interviews](http://codingforinterviews.com/) |
43 | 48 |
|
44 | 49 | ### Fun |
45 | 50 | * [Fight Code Game](http://fightcodegame.com/) |
46 | 51 | * [Questions I Want to Ask, but Can't](http://dandreamsofcoding.com/2013/03/01/questions-i-want-to-ask-but-cant/) |
47 | 52 |
|
48 | | -## Similar (or not) repos |
49 | | -* [https://github.com/blakeembrey/code-problems](https://github.com/blakeembrey/code-problems) |
50 | | -* [https://github.com/ChiperSoft/InterviewThis](https://github.com/ChiperSoft/InterviewThis) |
51 | | -* [https://github.com/ruby-jokes/job_interview](https://github.com/ruby-jokes/job_interview) |
52 | | -* [https://github.com/alex/what-happens-when](https://github.com/alex/what-happens-when) |
| 53 | +## Other repos |
| 54 | +* [blakeembrey/code-problems](https://github.com/blakeembrey/code-problems) |
| 55 | +* [davidhampgonsalves/interview-resources](https://github.com/davidhampgonsalves/interview-resources) |
| 56 | +* [ChiperSoft/InterviewThis](https://github.com/ChiperSoft/InterviewThis) |
| 57 | +* [ruby-jokes/job_interview](https://github.com/ruby-jokes/job_interview) |
| 58 | +* [alex/what-happens-when](https://github.com/alex/what-happens-when) |
0 commit comments