Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 692 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 692 Bytes

Cracking the coding interview book exercises

Solutions to the "Cracking the coding interview" book exercises.

These are the coding exercises done in C++ to help me prepare for the internship or job interview to come. I am solving the exercises from the fourth edition of the book.

All examples can be run using the following command:

g++ -Wall exercise.cpp -o exercise.exe
.\exercise.exe

Feel free to comment, so that we both can (hopefully) benefit from it!

Link to the book: http://www.crackingthecodinginterview.com/

Link to the associated Google Docs with an initial version of the code: https://drive.google.com/drive/folders/1rNlHASZ7HYMxcQvwcNwlh8S2cKGCob4F?usp=sharing