Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sofianedjerbi/sortingalgorithms
Studying sorting algorithms in C.
https://github.com/sofianedjerbi/sortingalgorithms
Last synced: 10 days ago
JSON representation
Studying sorting algorithms in C.
- Host: GitHub
- URL: https://github.com/sofianedjerbi/sortingalgorithms
- Owner: sofianedjerbi
- License: gpl-3.0
- Created: 2021-11-23T14:30:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-04T12:17:29.000Z (about 3 years ago)
- Last Synced: 2024-11-08T16:52:01.282Z (2 months ago)
- Language: C
- Size: 427 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sorting-Algorithms
Studying sorting algorithms in C.
# Radix Sort
# Radix sort vs Quick sort
## Compile/Run
### With the wrapper
Install dependencies: `pip install -r requirements.txt`
And run with `python wrapper.py`.
### With make
Compile with `make`.
Command list: `./out`.