mergesort topic

List mergesort repositories

AlgoDS

3.4k
Stars
609
Forks
Watchers

Implementation of Algorithms and Data Structures, Problems and Solutions

quadsort

2.1k
Stars
104
Forks
Watchers

Quadsort is a branchless stable adaptive mergesort faster than quicksort.

fluxsort

664
Stars
21
Forks
Watchers

A fast branchless stable quicksort / mergesort hybrid that is highly adaptive.

sort-visualizer

149
Stars
48
Forks
Watchers

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

93
Stars
9
Forks
Watchers

Hayate-Shiki is an improved merge sort algorithm with the goal of "faster than quick sort".

GPUSorting

29
Stars
10
Forks
Watchers

Implementation of a few sorting algorithms in OpenCL

Algorithm_visualizer

26
Stars
7
Forks
Watchers

A GUI program to visualize sorting algorithms

ShiftSort

40
Stars
8
Forks
Watchers

Sorting algorithm quicker than MergeSort, and is adaptive and stable.

PixelGlitch

28
Stars
2
Forks
Watchers

Image glitch visualization using various Pixel Sorting methods for Processing