https://github.com/v-kolesnikov/clrssorting
A couple of sorting algorithms from the CLRS book
https://github.com/v-kolesnikov/clrssorting
algorithms clrs clrs-algorithms clrs-book computer-science self-education sorting-algorithms
Last synced: about 2 months ago
JSON representation
A couple of sorting algorithms from the CLRS book
- Host: GitHub
- URL: https://github.com/v-kolesnikov/clrssorting
- Owner: v-kolesnikov
- Created: 2018-10-27T11:00:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-27T12:06:41.000Z (over 7 years ago)
- Last Synced: 2026-04-06T12:31:54.878Z (3 months ago)
- Topics: algorithms, clrs, clrs-algorithms, clrs-book, computer-science, self-education, sorting-algorithms
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/v-kolesnikov/clrssorting)
# CLRS sorting
Building:
mkdir build && cd build
cmake ..
make