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

https://github.com/yuryalencar/xsorts

Comparison of sorting methods (QuickSort, HeapSort and MergeSort)
https://github.com/yuryalencar/xsorts

algorithm-complexity comparation heap-sort heapsort merge-sort mergesort quick-sort quicksort

Last synced: 3 months ago
JSON representation

Comparison of sorting methods (QuickSort, HeapSort and MergeSort)

Awesome Lists containing this project

README

          

# XSorts
Comparison of sorting methods (QuickSort, HeapSort and MergeSort)

To use it is necessary to inform at least two arguments and at most three.
Being them:
* The first: the file path with the data (Required)
* The second: the sort order, -a (all) -h (HeapSort) -q (Quick Sort) -m (MergeSort) (Required)
* The third: to display the time required for type of sorts. (Optional)