Projects in Awesome Lists tagged with shell-sort
A curated list of projects in awesome lists tagged with shell-sort .
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/cschen1205/js-sorting-algorithms
Package provides javascript of array sorting algorithms
3-ways-quick-sort heap-sort insertion-sort merge-sort quick-sort selection-sort shell-sort
Last synced: 12 Oct 2025
https://github.com/sskender/ads
Algorithms and Data Structures implemented in C
algorithm algorithms-datastructures bst bstree bubble-sort data-structures hashing hashmap heap insertion-sort linked-list linkedlist merge-sort queue quick-sort selection-sort shell-sort sorting-algorithms stack tree
Last synced: 15 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/kaoutherbo/sorting_algorithms
An ALX project written in C language for Sorting_Algorithms also bits on the Big O notation
big-o bitonic-sort bubble-sort complexity heap-sort insertion-sort merge-sort quick-sort radix-sort selection-sort shell-sort
Last synced: 03 Feb 2026
https://github.com/shystruk/shell-sort-algorithm-visualization
📊 Shell Sorting Algorithm Animations
algorithms javascript shell-sort
Last synced: 28 Aug 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/juliusmarkwei/algorithm
Algorithm for Searching and Sorting in C language
algorithm binary-search cplusplus insertion-sort linear-search-algorithm merge-sort programming quicksort radix-sort selection-sort shell-sort
Last synced: 18 Oct 2025
https://github.com/akpoflash/algos
🐾 Implementations of some basic algorithms
algorithms binary-search-tree breadth-first-search connected-components data-structures depth-first-search graph heap heap-sort insert-sort merge-sort priority-queue queue quick-select quick-sort red-black-tree select-sort shell-sort stack union-find
Last synced: 05 Apr 2025
https://github.com/batrick-swaistan/my-dsa-learnings
My exercises and codes in DSA!
big-o-notation binary-search binarysearchtree bubble-sort generaltree graph hashtable linear-search linear-search-algorithm linked-list list merge-sort queue quick-sort quicksort searching selection-sort shell-sort sorting-algorithms stack
Last synced: 24 Dec 2025
https://github.com/lesiaukr/goit-algo-hw-04
Master's | Basic Algorithms & Data structures | Module 4 | Sorting Algorithms
bubble-sort insertion-sort merge-sort quick-sort radix-sort selection-sort shell-sort sort sorted timsort
Last synced: 10 Aug 2025
https://github.com/mo7amed-hussein/algorithms-and-data-structures-in-c
it is my implemenation for the most common data strucures using c language
algorithms binary-search bubble-sort c data-structures insertion-sort interpolation-search linear-search linked-list merge-sort queue quicksort searching-algorithms selection-sort shell-sort sorting-algorithms stack
Last synced: 17 Aug 2025
https://github.com/mvakili/all-sorts
Java implementation of commonly used sort functions
algorithm bubble-sort insertion-sort java merge-sort quick-sort selection-sort shell-sort sort sorting-algorithms visualization
Last synced: 05 Oct 2025
https://github.com/malbolgee/algorithms
Some generic algorithms to work in C.
lower-bound mergesort shell-sort sorting-algorithms upper-bound
Last synced: 30 Jun 2025
https://github.com/iainjreid/jumpsort
📑 Efficiently calculate the smallest number of steps required to sort an array via insertion
array array-manipulations insertion-sort javascript nodejs shell-sort sorting sorting-algorithms
Last synced: 24 Nov 2025
https://github.com/enzoconsulo/c.estruturadedados
Este projeto teve como objetivo usar e entender algoritmos de estrutura de dados utilizando da linguagem C. Utiliza conceitos de ------Proj1: Fila,Listas Encadeadas, Modularização, Alocação Dinamica ; ------Proj2: InserctionSort, BubbleSort, MergeSort , ShellSort , CombSort , Quicksort. PUC-Campinas (2º Período Engenharia de Computação)
alocacao-dinamica alocador-de-memoria bubble-sort comb-sort estrutura-de-dados fifo inserction-sort lista-encadeada merge-sort modularization quick-sort shell-sort
Last synced: 06 Jul 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/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/c1m50c/rust-algorithms
Library containing various algorithms implemented with a Rust counter-part.
algorithms binary-search bubble-sort comb-sort gnome-sort hashing-algorithms heap-sort insertion-sort library linear-search merge-sort mit-license quick-sort rust searching-algorithms selection-sort sha256 shell-sort sorting-algorithms
Last synced: 23 Aug 2025
https://github.com/ozzies-code/ordenar-texto
Este Proyecto consiste en llevar a cabo una serie de acciones sobre archivos: Abrir, Guardar, Ordenar Texto, Agregar Fecha como encabezado.
Last synced: 05 Feb 2026
https://github.com/mubassim-khan/sorting-program-project
Sorting programs in Java, which contains 10 Sorting methods/algorithms. View README for more descriptive overview about repository. (DSA Project 1)
bubble-sort bucket-sort insertion-sort java radix-sort shell-sort sorting sorting-algorithms
Last synced: 08 Jul 2025
https://github.com/c1m50c/sorting-algorithm-visualizer
Visualizes various sorting algorithms with Python and Matplotlib.
algorithm algorithms bubble-sort celluloid comb-sort gnome-sort heap-sort insertion-sort matplotlib merge-sort mit-license python python3 quick-sort rich selection-sort shell-sort sorting-algorithms sorting-visualization visualization
Last synced: 10 Oct 2025
https://github.com/wrightdylan/allsorts
Sorting algorithms
bogosort bubble-sort heap-sort insertion-sort java library merge-sort quicksort rust rust-lang selection-sort shell-sort sort sorting sorting-algorithms timsort
Last synced: 03 Apr 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