This repository contains standalone CodeForces solutions for adapted string sorting tasks and the benchmark harness for the string sorting empirical study.
Public repository: https://github.com/itzephir/set9-string-sorting
cmake --build cmake-build-debug --target benchmarkFull benchmark:
./cmake-build-debug/benchmarkFast smoke check:
./cmake-build-debug/benchmark --smoke --results-dir /private/tmp/string_sort_smoke_resultsThe full run writes:
results/measurements.csvresults/summary.csvresults/README.md
The Kotlin Notebook report is in:
report/string_sorting_report.ipynb
merge_sort.cppquick_sort.cppradix_sort.cppquick_radix_sort.cpp