An open API service indexing awesome lists of open source software.

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

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
```