https://github.com/rcasanovan/quicksort
A Quicksort algorithm implementation in C language
https://github.com/rcasanovan/quicksort
c quicksort quicksort-algorithm
Last synced: 10 days ago
JSON representation
A Quicksort algorithm implementation in C language
- Host: GitHub
- URL: https://github.com/rcasanovan/quicksort
- Owner: rcasanovan
- License: apache-2.0
- Created: 2016-02-21T23:39:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T23:45:01.000Z (over 9 years ago)
- Last Synced: 2025-01-18T01:43:48.261Z (5 months ago)
- Topics: c, quicksort, quicksort-algorithm
- Language: C
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quicksort
A Quicksort algorithm implementation in C language## Compilation process
In order to compile this file, you can use the following terminal command:
gcc -Wall -Werror -o exit quicksort.c
## Notes
The excise implementation is in Spanish
## Support && contact
You can contact me using my email: [email protected]
Follow me [@rcasanovan](http://twitter.com/rcasanovan) on twitter.