:blue_book: Problems solved while reading "Cracking the coding interview".
Problems solved while reading Cracking the coding interview.
compile & run with:
g++ -std=c++11 main.cpp -o main.exe && ./main.exe
if the following error occurs to you :
The procedure entry point _gxx_personality_v0 could not be located in the dynamic link library
put libstdc++-6.dll in the same folder as main.exe