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

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/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/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/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/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.

shell-sort sorting-algorithms

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/rapter1990/shell-sort-example

Shell Sort Example

java shell-sort

Last synced: 24 Jul 2025