mergesort topic
AlgoDS
Implementation of Algorithms and Data Structures, Problems and Solutions
quadsort
Quadsort is a branchless stable adaptive mergesort faster than quicksort.
fluxsort
A fast branchless stable quicksort / mergesort hybrid that is highly adaptive.
sort-visualizer
This is a web app built to visualize classic sorting algorithms such as insertion sort, merge sort, quick sort, heap sort, etc. The entire app is built with only React; no other third-party JS or CSS...
SortingAlgorithm.HayateShiki
Hayate-Shiki is an improved merge sort algorithm with the goal of "faster than quick sort".
GPUSorting
Implementation of a few sorting algorithms in OpenCL
Algorithm_visualizer
A GUI program to visualize sorting algorithms
ShiftSort
Sorting algorithm quicker than MergeSort, and is adaptive and stable.
PixelGlitch
Image glitch visualization using various Pixel Sorting methods for Processing