counting-sort topic

List counting-sort repositories

MATLAB-Octave

357
Stars
171
Forks
Watchers

This repository contains algorithms written in MATLAB/Octave. Developing algorithms in the MATLAB environment empowers you to explore and refine ideas, and enables you test and verify your algorithm.

radix-sorting

36
Stars
3
Forks
Watchers

Radix sorting from the ground up

search-and-sort

16
Stars
8
Forks
Watchers

Julia and Python search algorithm implementation including Bloom Filter, Aho-Corasick, Boyer-Moore, Knuth-Morris-Pratt, Rabin-Karp, Binary & Sequential; hash algorithm implementation including Fowler-...

sorting-algorithms-ultimate-guide

15
Stars
9
Forks
Watchers

Sorting algorithm source codes + ultimate test to compare the performance of all algorithms. For my HappyCoders.eu article.