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

https://github.com/hpedrorodrigues/sort


https://github.com/hpedrorodrigues/sort

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Sort

A School Work.

Some data sorting algorithms.

### Algorithms

- Bubble sort
- Bubble sort with flag
- Bucket sort
- Counting sort
- Heap sort (Max)
- Insertion sort
- Merge sort
- Quick sort
- Radix sort
- Selection sort
- Shell sort