Skip to content

My "cracking the coding interview (4th edition)" solutions in cpp and python

Notifications You must be signed in to change notification settings

nmante/cracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ba4ef49 · Apr 11, 2017

History

49 Commits
Oct 25, 2016
Apr 11, 2017
Dec 2, 2016
Nov 30, 2016
Feb 2, 2017
Mar 24, 2017
Apr 4, 2017
Apr 4, 2017
Oct 27, 2016
Oct 24, 2016
Mar 24, 2017
Dec 15, 2016
Mar 24, 2017
Mar 24, 2017

Repository files navigation

#Cracking the Coding Interview (4th edition) solutions

These are my solutions/work to the problems in Cracking the Coding Interview.

Feel free to fork, clone or even just browse this code. It contains C++ and Python solutions to the problems. I did some solutions in C++, and some in Python.

The c++ solutions can be compiled by running make in each of the chap-x/cpp folders. You can even run the executables. For example, to run the solution for problem 1-3, navigate to the chapter 1 directory, run make and simply type ./1-3.out

cd chap-1/cpp
make
./1-3.out

About

My "cracking the coding interview (4th edition)" solutions in cpp and python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published