GitHub topics: hybrid-sort
jisstro/Hybrid-Min-Max-Sort
Hybrid Min-Max Sort: An optimized hybrid sorting algorithm combining QuickSort and MergeSort techniques with dual pivot partitioning. Supports int and double types
Language: C++ - Size: 87.9 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

cnygaard/HyRMIS
HyRMIS Sort: A high-performance hybrid sorting algorithm combining Radix, Merge, and Insertion Sort. Adapts strategy based on input size for optimal performance across various data distributions.
Language: Python - Size: 21.5 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

YJChen22/LSort
LSort is a hybrid sorting algorithm 10x faster than Quicksort.
Language: Java - Size: 194 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

realayna/aac_project
Self-made project based on performance of several sorting algorithms.
Language: C++ - Size: 3.76 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0
