for reviewing basic algorithms.
- bubble sort
- select sort
- insetr sort
- merge sort
- quick sort
- heap sort
- radix sort
- KMP algorithm
- Manacher algorithm
- install cmake
- for mac`s xcode
git clone [email protected]:Sky10086/newcoder.git
cd newcoder
cd buildXcode
./genXcode.sh #or bash genXcode.sh
there are some error in the visual studio 2013 when run this project,but in xcode is fine,sorry to windows`s user.I will fix this as soon as posiable : (.
- for windows`s vs studio 12,the other version just modify the "Visual Studio 12"
git clone [email protected]:Sky10086/newcoder.git
cd newcoder
mkdir buildSln
cd buildSln
cmake .. -DDEBUG=true -G "Visual Studio 12"