Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`.