Projects in Awesome Lists tagged with counting-sort
A curated list of projects in awesome lists tagged with counting-sort .
https://github.com/thealgorithms/matlab-octave
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.
algorithm algorithms counting-sort datastructures euler m-script m-scripts machine-learning machine-learning-algorithms matlab mit-license nearest-neighbour-algorithm octave octave-scripts project project-euler project-euler-solutions
Last synced: 04 Apr 2025
https://github.com/je-suis-tm/search-and-sort
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-Noll-Vo-1, Jenkins One-at-a-time, Hash Chaining, Linear Probing & Quadratic Probing; sort algorithm implementation including Cocktail, Bitonic, Gnome, Bogo, Heap, Counting, Radix, Quick, Merge, Shell, Selection, Insertion, Bubble
aho-corasick bitonic-sort bogo-sort boyer-moore cocktail-sort counting-sort gnome-sort heap-sort insertion-sort knuth-morris-pratt learning-julia merge-sort quick-sort rabin-karp radix-sort searching-algorithms selection-sort shaker-sort shell-sort sorting-algorithms
Last synced: 13 Apr 2025
https://github.com/tafara-n/sorting_algorithms
Introduction to Sorting Algorithms/Big O with C.
bitonic-sort bubble-sort cocktail-sort-list counting-sort heap-sort insertion-sort-list merge-sort quick-sort-hoare radix-sort selection-sort shell-sort
Last synced: 12 Apr 2025
https://github.com/vitaminvp/sorting-algorithms
Sorting Algorithms in JavaScript
bubble-sort counting-sort insertion-sort kottans merge-sort quick-sort selection-sort shell-sort sorting-algorithms
Last synced: 22 Jul 2025
https://github.com/make-github-pseudonymous-again/js-sorting
:signal_strength: Sorting algorithms for JavaScript
agpl algorithms bucket-sort counting-sort heap-sort javascript merge-sort quick-sort radix-sort sorting-algorithms
Last synced: 12 Dec 2025
https://github.com/marcoplaitano/counting-sort-cuda
Parallelized version of Counting Sort using CUDA
counting-sort cuda cuda-kernels cuda-programming gpu gpu-programming sort sorting sorting-algorithms
Last synced: 14 May 2026
https://github.com/sakilk130/cpp-counting-sort
Counting sort is a sorting algorithm.
Last synced: 18 Feb 2026
https://github.com/wisdommatt/algorithms
A collection of popular algorithms implemented in Go.
algorithms binary-insertion-sort binary-search bubble-sort counting-sort go golang heap-sort insertion-sort kadanes-algorithm merge-sort quick-sort selection-sort
Last synced: 30 Mar 2025
https://github.com/fabiannorbertoescobar/algoritmos-de-ordenamiento
Algoritmos de Ordenamiento
bogosort bubble-sort bucket-sort cocktail-sort complejidad-computacional complexity-analysis counting-sort fusion insertion-sort merge-sort pancake-sorting quick-sort selection-sort shell sort-algorithms sorting-algorithms
Last synced: 05 May 2026
https://github.com/aloiscrr/counting-sort-algorithm
counting-sort countingsort typescript
Last synced: 25 May 2026
https://github.com/vovandreevik/counting-sort-algorithm
This C++ program demonstrates the Counting Sort algorithm for sorting an array of integers in three different scenarios: best case, average case, and worst case.
chrono counting-sort cpp vector
Last synced: 07 Apr 2025
https://github.com/mzusin/mz-sort
Typescript implementation of sorting algorithms.
bubble-sort counting-sort insertion-sort merge-sort quick-sort quicksort select-sort selection-sort
Last synced: 24 Mar 2025
https://github.com/richecr/leda-20182
Repositório dos roteiros da disciplina de Laboratório de Estrutura de Dados
arvore-b arvore-pv avl-tree bst bubble-sort bucket-sort counting-sort estrutura-de-dados generics-algoritms hash heap-algorithm insertion-sort linked-list priority-queue queue radix-sort selection-sort skiplist stack tree-structure
Last synced: 13 Oct 2025
https://github.com/massigy/algos-analytics
This Java based project focuses on three sorting algorithms comparaison.
algorithms analytics bubble-sort counting-sort git github java oop programming project quicksort sorting-algorithms
Last synced: 18 Apr 2026
https://github.com/nekruzash/sorting-algorithms
This is one of the assignments from CS2028 - Data Structures. This program tests Bubble Sort, Insertion Sort, Merge Sort, Quick Sort, Counting Sort, and Radix Sort for array sizes 10 to 100,000 and lists the efficiency for each sort.
bubble-sort counting-sort cpp insertion-sort merge-sort quick-sort radix-sort
Last synced: 06 Jun 2026
https://github.com/lukabratos/algorithms
Algorithms and Data Structures
binary-search-tree binary-tree binary-tree-traversal bst counting-sort countingsort inorder-traversal min-heap postorder-traversal preorder-traversal python swift
Last synced: 01 May 2026
https://github.com/marcoplaitano/counting-sort-omp
Parallelized version of Counting Sort using OpenMP
counting-sort omp openmp openmp-parallelization sort sorting sorting-algorithms
Last synced: 15 May 2025
https://github.com/jonperk318/sorting-algorithms
Comparing the efficiencies of sorting algorithms in Python, Java, C++, and JavaScript
bubble-sort counting-sort cpp heapsort insertion-sort java javascript matplotlib merge-sort mergesort python3 quick-sort quicksort radix-sort selection-sort sorting-algorithm sorting-algorithm-visualizations sorting-algorithms sorting-algorithms-implemented
Last synced: 08 May 2026
https://github.com/bornalgo/cpp-sorting-demos
A collection of well-documented C++ sorting algorithm examples, including bubble, counting, insertion, merge, quick, radix, selection, and shell sorts. Explore, learn, and implement essential sorting algorithms in your projects.
bubble-sort counting-sort cpp insertion-sort merge-sort quick-sort radix-sort selection-sort shell-sort sorting-algorithms visual-studio-code
Last synced: 01 Apr 2025
https://github.com/youssefelghamour/sorting_algorithms
Sorting algorithms and Big O notations
bigonotation bitonic-sort bubble-sort cocktail-shaker-sort cocktail-sort counting-sort heap-sort insertion-sort merge-sort quick-sort radix-sort selection-sort shell-sort sort sorting sorting-algorithms
Last synced: 30 Mar 2025
https://github.com/ppirog/algorithmsanddatastructures
The algorithms were written as part of the Algorithms and Data Structures class at UMCS.
b-tree backtracking-algorithm bfs-algorithm counting-sort dijkstra-algorithm divide-and-conquer dynamic-programming graham-scan-algorithm graph-algorithms greedy-algorithms hopcroft-karp insertion-sort lists monte-carlo numerical-integration pattern-searching-algorithms queues red-black-tree stack tree-structure
Last synced: 25 Apr 2025
https://github.com/abdnh/counting-sort
A generic header-only implementation of counting sort in C
c counting-sort sorting-algorithms
Last synced: 06 Jul 2025
https://github.com/danielbrodi/sorting-algorithms
A collection of sorting algorithms implemented in C, including test files and a makefile to compile and run them all. Radix, Counting, Merge, Quick, Bubble, Insertion, and Selection sorts.
bubble-sort c compare complexity counting-sort histogram insertion-sort merge-sort mergesort quick-sort quicksort radix radix-sort selection-sort sorting sorting-algorithm sorting-algorithms sorting-algorithms-implemented sorting-visualization sorts
Last synced: 13 May 2025
https://github.com/marcoplaitano/counting-sort-mpi
Parallelized version of Counting Sort using MPI
counting-sort mpi sort sorting sorting-algorithms
Last synced: 15 May 2025
https://github.com/abdnh/counting-sort-demo
A JavaScript demo of counting sort
counting-sort javascript sorting-algorithms visualization
Last synced: 17 Mar 2025
https://github.com/samuelselasi/sorting_algorithms
Group Project On Sorting Algorithms & Big O Notation In Programming
big-o-notation bitonic-sort bubble-sort c-programming cocktail-shaker-sort counting-sort data-structures-and-algorithms insertion-sort knuth-shuffling-algorithm merge-sort quick-sort selection-sort shell-sort
Last synced: 03 Jan 2026
https://github.com/miroslavkolosnjaji/algorithms-by-example
This project contains my implementations of sorting and searching algorithms, as well as string manipulation exercises, based on the 'Data Structures 3' course from Code with Mosh.
binary-search bubble-sort bucket-sort code-with-mosh codewithmosh codewithmosh-assignments counting-sort exponential-search insertion-sort jump-search linear-search merge-sort quick-sort searching-algorithms selection-sort sorting-algorithms string-manipulation ternary-search
Last synced: 09 Mar 2026
https://github.com/jobayerahmmed/dsa_java
Data Structure & Algorithm in Java
bfs binary-search binary-search-tree bubble-sort counting-sort cycle-detection dfs dijkstra doubly-linked-list factorial fibonacci insertion-sort linked-list merge-sort permutation queue quick-select quick-sort stack tower-of-hanoi
Last synced: 02 Mar 2025
https://github.com/emahtab/counting-sort
Counting Sort Explanation and Implementation
counting-sort sorting-algorithms
Last synced: 28 Mar 2025