项目作者: Hidorikun

项目描述 :
:blue_book: Problems solved while reading "Cracking the coding interview".
高级语言: C++
项目地址: git://github.com/Hidorikun/CTCI.git
创建时间: 2017-09-10T17:44:47Z
项目社区:https://github.com/Hidorikun/CTCI

开源协议:

下载


CTCI

Problems solved while reading Cracking the coding interview.

NOTE

compile & run with:

  1. 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