Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 478 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 478 Bytes

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)