https://github.com/navdeep-g/sorting-cpp
Collection of sorting algorithms in C++
https://github.com/navdeep-g/sorting-cpp
c-plus-plus sorting-algorithms
Last synced: over 1 year ago
JSON representation
Collection of sorting algorithms in C++
- Host: GitHub
- URL: https://github.com/navdeep-g/sorting-cpp
- Owner: navdeep-G
- License: apache-2.0
- Created: 2019-01-06T18:57:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-25T15:34:59.000Z (about 7 years ago)
- Last Synced: 2025-04-13T00:58:38.577Z (over 1 year ago)
- Topics: c-plus-plus, sorting-algorithms
- Language: C++
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Collection of sorting algorithms in C++
`C++` implementation of commonly used sorting algorithms.
# Instructions to build and run
```
# Build
make build
# Run
make run
# Build and Run
make buildrun
```