https://github.com/weiaicunzai/cpp_practice
Just another respository
https://github.com/weiaicunzai/cpp_practice
Last synced: 9 months ago
JSON representation
Just another respository
- Host: GitHub
- URL: https://github.com/weiaicunzai/cpp_practice
- Owner: weiaicunzai
- Created: 2017-01-10T02:48:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-06T11:43:30.000Z (over 7 years ago)
- Last Synced: 2025-02-04T19:39:08.164Z (11 months ago)
- Language: C++
- Size: 371 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CPP practice
*mostly about data struct and algorithm(implementing using CPP)*
sort:
insertion_sort*
quick
heapsort
#### *complie*
```shell
cd sort
mkdir build
cd build
cmake ..
make
```