Zaynwang / Info-6205TeamProject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INFO 6205 21Fall Team Project Group 9

Xiyue Suo, Zeen Wang, Shuo Wang

Sort & Benchmark. You need to run the main method in each file.

MSD: src/main/java/edu/neu/coe/info6205/sort/counting/MSDStringSor

LSD: */sort/counting/LSDStringSort

DualPivot: */sort/linearithmic/QuickSort_DualPivot

TimSort: */sort/linearithmic/TimSort

HuskySort: src/main/java/edu/neu/coe/huskySort/sort/huskySort/PureHuskySort

Test. You need to run the test file.

MSD: src/test/java/edu/neu/coe/info6205/sort/counting/MSDStringSortTest

LSD: */sort/counting/LSDStringSortTestRunner

DualPivot: */sort/linearithmic/QuickSort_DualPivotTest

TimSort: */sort/linearithmic/TimSortTest

HuskySort: src/main/java/edu/neu/coe/huskySort/sort/huskySort/PureHuskySortTest

the output files are in the src, named as outputChinesexxx.txt (xxx is number of input size)

About

License:Apache License 2.0


Languages

Language:Java 98.6%Language:Gherkin 1.4%