Implementation of QuickSort, MergeSort, and BucketSort algorithms for sorting manga datasets, with performance benchmarking and support for multiple sorting criteria. 💻
-
Updated
Nov 28, 2021 - Java
Implementation of QuickSort, MergeSort, and BucketSort algorithms for sorting manga datasets, with performance benchmarking and support for multiple sorting criteria. 💻
A non-standard, fractal-inspired sorting algorithm with adaptive multi-pivot partitioning and k-way heap merging. Achieves near O(n log log n) performance in ideal cases.
Add a description, image, and links to the recursive-sorting topic page so that developers can more easily learn about it.
To associate your repository with the recursive-sorting topic, visit your repo's landing page and select "manage topics."