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.
-
Updated
Mar 20, 2025 - HTML
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.
Advanced-level DSA problems in C++. Topics include trees, graphs, tries, heaps, greedy algorithms, and more. Built for mastering complex patterns and problem-solving.
Add a description, image, and links to the advanced-sorting topic page so that developers can more easily learn about it.
To associate your repository with the advanced-sorting topic, visit your repo's landing page and select "manage topics."