Skip to content

Comparison of sorting methods (QuickSort, HeapSort and MergeSort)

Notifications You must be signed in to change notification settings

yuryalencar/XSorts

Repository files navigation

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)

Releases

No releases published

Packages

No packages published

Languages