Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sepera-okeq/arraysort

The difference in sorting for different data types.
https://github.com/sepera-okeq/arraysort

algorithm algorithms cpp cpp11 sort sorting sorting-algorithms timin

Last synced: about 2 months ago
JSON representation

The difference in sorting for different data types.

Awesome Lists containing this project

README

        

# ArraySort
The difference in sorting for different data types.

This repository includes sorting source codes, how they are tested, sorting data, and reports.

Sort types:
- std::sort
- std::stable_sort
- QuickSort
- IntroSort
- RadixSort
- MergeSort
- ShellSort -
- HeapSort -
- MergeSort (in-place)
- InsertionSort
- BubbleSort
- SelectionSort

Arrays for sorting (testing options):
- partially sorted in ascending order
- partially sorted in descending order
- completely random numbers

License: MIT