/QSortTest

Sources for my article

Primary LanguageJava

##Files for my QuickSort test

  • Sources
  • Shell script for timing
  • Checking program
  • CSV writing script

####Instructions for Running the Test

  1. Download the repo
  2. Make Sure you have the dependencies:
    • make
    • gcc & g++
    • jdk
    • php5-cli
    • python3
    • pypy
    • jython
  3. Run the test
    • cd cmplang
    • sh setup.sh
    • ./TestTime.sh
  4. The results can be found at cmplang/results/RunTimesTable.csv

####Checking Sorting

  • If files with sorted numbers are not printed: ./CheckSort.sh print
  • If the files have already been printed: ./CheckSort.sh run