8000 GitHub - yuryalencar/XSorts: Comparison of sorting methods (QuickSort, HeapSort and MergeSort)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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)

About

Comparison of sorting methods (QuickSort, HeapSort and MergeSort)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0