/merge_sort_benchmark_and_report

Java Benchmark of Merge Sort algorithm that counts critical operations of iterative and recursive versions and measures run-time in nanoseconds to generate output text files (recursive.txt and iterative.txt) to be analyzed by BenchmarkReport.java

Primary LanguageJavaMIT LicenseMIT

No issues in this repository yet.