Use several algorithm design methods to solve several common problems with C++11.
- arrange string
- hungary binary graph
- KM binary graph
- fibonacci sequence
- quick sort
- merge sort
- backpack 01
- bellman ford
- fibonacci sequence
- floyd
- longest common subsequence
- longest common substring
- longest palindrome substring
- SPFA
- coin change
- dijkstra
- OS: Linux
- Cmake Version: >= 3.8
- GCC Version: >= 4.8
git clone https://github.com/Bruce-Lee-LY/algorithm_design.git
cd algorithm_design
./build.sh -t Release -b OFF
./build.sh -t Debug -b ON
./run_sample.sh