/sorting_comparison

Allow to compare time used by the different sorting methods.

Primary LanguageJavaScriptMIT LicenseMIT

Sorting Comparison

This project allows comparing different sorting methods from the data loaded in a file. It creates a file with the data sorted.

Requeriments

It needs the folllowing in a Linux environment:

  • Install g++

How to run

  • In linux you should run the following:
$ g++ main.cpp # compile
$ ./a.out # Run

You can see a result's example for Bubble method and Heap method