An open API service indexing awesome lists of open source software.

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/sakilk130/cpp-counting-sort

Counting sort is a sorting algorithm.

counting-sort

Last synced: 18 Feb 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/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/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/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/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/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/emahtab/counting-sort

Counting Sort Explanation and Implementation

counting-sort sorting-algorithms

Last synced: 28 Mar 2025