Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eleanor-clifford/c-quicksort
Quicksort, implemented in C.
https://github.com/eleanor-clifford/c-quicksort
Last synced: 5 days ago
JSON representation
Quicksort, implemented in C.
- Host: GitHub
- URL: https://github.com/eleanor-clifford/c-quicksort
- Owner: eleanor-clifford
- License: agpl-3.0
- Created: 2017-11-21T19:02:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-19T11:33:49.000Z (over 2 years ago)
- Last Synced: 2024-11-08T23:24:13.655Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
| :exclamation: | This is a mirror of [https://git.sr.ht/~tim-clifford/c-quicksort](https://git.sr.ht/~tim-clifford/c-quicksort). Please refrain from using GitHub's issue and PR system. |
|----------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------|# c-quicksort
Quicksort, implemented in C. Fastest time recorded for 10^7 random integers is 1.6s on an i5 4210M