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

Projects in Awesome Lists tagged with sorting-algorithm

A curated list of projects in awesome lists tagged with sorting-algorithm .

https://github.com/kabeech/tensort

Tunable sorting for responsive robustness and beyond

responsive robust robust-optimization robustness sort sorting sorting-algorithm tensor

Last synced: 16 Apr 2025

https://github.com/danielzting/algorithm-simulator

Become your favorite sorting algorithm!

computer-science game sorting-algorithm

Last synced: 23 Feb 2025

https://github.com/oznakn/sorting-algorithms

sorting algorithms in different languages

algorithms hacktoberfest sorting-algorithm

Last synced: 25 Feb 2025

https://github.com/faruktinaz/push_swap

This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting.

push-swap push-swap-42 push-swap42 pushswap sorting sorting-algorithm sorting-algorithms

Last synced: 14 Apr 2025

https://github.com/amaitou/push_swap

Conquer the array sorting puzzle with our project. Navigate the task using a limited set of instructions, sparking creativity in devising efficient sorting strategies for an array of integers. This endeavor offers a unique twist on traditional sorting algorithms, emphasizing concise and effective instruction sets.

1337school 42cursus 42network c pushswap-42 sorting-algorithm

Last synced: 09 Apr 2025

https://github.com/ehsanshahbazii/data-structure-and-algorithms

đź’»A collection of the most famous and useful data structures implemented in Java. The questions and methods of the book are also written. The source of the codes is the book Data structures in Java.đź’»

algorithm algorithms cll dll dynamic-programming queue search-algorithm searching-algorithms sll sorting-algorithm sorting-algorithms tree-algorithm tree-algorithms tree-structure vector

Last synced: 10 Nov 2024

https://github.com/dlarocque/algorithm-visualizer

An application that visualizes sorting algorithms.

algorithmvisualizer sorting-algorithm visualization

Last synced: 28 Dec 2024

https://github.com/uxter/fuzzysearch

:eyeglasses: Implementing a Fuzzy Search Algorithm in Java with possible to extend by adding similarity calculation strategy

approximate-string-matching fuzzy-matching fuzzy-search java java-8 search sorting-algorithm

Last synced: 28 Jan 2025

https://github.com/manojpawar94/sorting-and-search-algorithms-in-java

The project implements sorting algorithm and search algorithms in java. It has log4j logging implementation which help user to understand algorithm working. It also provide metadata of each algorithm which provide some basic data like no of iterations, no of swapping operations, time taken by algorithm to sort or search elements. The algorithms are implement using java generic implementation so we can use this implementation to sort or search any objects arrays.

bubblesort datastructure ds java search-algorithm selectionsort sorting-algorithm

Last synced: 02 Mar 2025

https://github.com/rarakira/push_swap

Creating an algorithm to sort integers using 2 stacks

21school ecole42 pushswap sorting-algorithm stacks

Last synced: 27 Mar 2025

https://github.com/malikmaky/sorting-analyzer

The Performance Analyzer of Sorting Algorithms is a Java-based tool designed to provide users with comprehensive insights into the efficiency and effectiveness of various sorting algorithms.

algorithm-analysis algorithms analysis-algorithms analyze-data analyzer analyzers java sorting sorting-algorithm sorting-algorithms sorting-algorithms-homework swing-gui

Last synced: 03 Mar 2025

https://github.com/arda-guler/wormholesort

Do not sort list elements, sort the order in which you access them!

proof-of-concept python sort sorting sorting-algorithm sorting-algorithms

Last synced: 01 Mar 2025

https://github.com/sevlamare/bubble_sort_ruby

An implementation of a classic Sorting Algorithm.

ruby sorting-algorithm

Last synced: 29 Mar 2025

https://github.com/rounak-ghosh/sortvisualizer

Completed the project on the Sorting Visualizer, simple, includes 3 basic sorting algos of selection sort, insertion sort and bubble sort. Used VanilaJs for all the algos. Future improvements may add onto more sorting algos. Feel free to create pull request and add other algos.

sorting sorting-algorithm sorting-algorithms sorting-algorithms-visualization sorting-visualization sorting-visualizer

Last synced: 31 Mar 2025

https://github.com/lilydjwg/extsort-lily

An efficient external sort library for Rust

rust-crate rust-library sorting-algorithm

Last synced: 09 Apr 2025

https://github.com/silent0wings/continuous-file-sorter

This project is a Java-based file sorter designed to help organize a large collection of files in an online dump, particularly focused on 3D and digital art assets. The tool scans through a designated folder, continuously grouping files with common names into subfolders, making it easier to manage and access related files.

automated-workflow automation background-process continuous-sorting data-organization file-categorization file-management file-organizer file-sorting file-system-management folder-management java productivity-tool sorting-algorithm system-utility

Last synced: 01 Mar 2025

https://github.com/vvye/ascii-bubble-sort

A text-based bubble sort visualization

ascii ascii-graphics sorting-algorithm visualization

Last synced: 27 Feb 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: 16 Feb 2025

https://github.com/surajkareppagol/besort

đź“¶ An Inefficient Sorting Algorithm Written In C.

sorting sorting-algorithm sorting-algorithms

Last synced: 28 Feb 2025

https://github.com/rogeriols/push_swap-42sp

push_swap is a 42 school project where we must sort random numbers with a limited set of instructions, using the lowest possible number of actions.

42 42cursus 42projects 42school c push-swap push-swap42 pushswap pushswap-42 sorting-algorithm sorting-algorithms

Last synced: 07 Apr 2025

https://github.com/jjfiv/csc212sorting

Sorting (but mostly MergeSort)

bubblesort mergesort smith-csc212 sorting-algorithm

Last synced: 19 Nov 2024

https://github.com/101rror/algorithm

Some important Algorithms for Competitive Programming

cprogramming searching-algorithms sorting-algorithm

Last synced: 14 Apr 2025

https://github.com/rryi/radixsort.jl

A sophisticated radix sort implementation for sorting huge element counts

julia radix-sort radixsort sort sort-algorithms sorting sorting-algorithm

Last synced: 25 Feb 2025

https://github.com/pin3dev/42_pushswap

Algorithm challenge focused on sorting a stack of integers with the minimum number of operations. Implemented in C with a limited set of operations, ideal for understanding algorithm optimization.

42cursus 42porto 42pushswap 42school algorithm c sorting sorting-algorithm sorting-algorithms tutorial tutorial-sourcecode

Last synced: 09 Apr 2025

https://github.com/ikanurfitriani/struktur-data

This repository contains code archives from the Data Structures course in semester 3.

java sorting sorting-algorithm sorting-algorithms-implemented structured-data

Last synced: 21 Mar 2025

https://github.com/omraj0/sorting-visualizer

A sorting visualizer that showcases the workings of different sorting algorithms.

html javascript sorting-algorithm tailwind-css

Last synced: 28 Mar 2025

https://github.com/micycle1/visual-sort

Visualising Sorting Algorithms in Kotlin, with JavaFX & Processing 3.0

javafx javafx-application kotlin processing processing-sketch sorting-algorithm sorting-algorithms

Last synced: 11 Mar 2025

https://github.com/saddamarbaa/deep-thinking-and-problem-solving

==> This is Code Repository For Profit With JavaScript Algorithms Module 3: Deep Thinking & Problem Solving

arrays helper-functions javascript loops searching-algorithm sorting-algorithm

Last synced: 29 Mar 2025

https://github.com/mikeludemann/react-list-table-sorting

Some table and list sorting components with react

react sorting-algorithm

Last synced: 28 Mar 2025

https://github.com/amany-mm/fix_my_code_challenge

Fix my code is a new type of project, where we’ll jump into an existing code base and fix it!

javascript python ruby sorting-algorithm

Last synced: 11 Mar 2025

https://github.com/ppmpreetham/counter-sort

A Unique Sorting Algorithm

algorithm dsa-algorithm sorting-algorithm

Last synced: 27 Mar 2025

https://github.com/harisdev-netizen/datastructalgos

I'll be releasing CPP implemented code for many Data Structures and Algorithms in this repository. I hope it aids in your comprehension of Data Structures and their application. 🚀

cpp data-structures sorting-algorithm sorting-algorithms-implemented trees

Last synced: 24 Feb 2025

https://github.com/jisstro/hybrid-min-max-sort

Hybrid Min-Max Sort: An optimized hybrid sorting algorithm combining QuickSort and MergeSort techniques with dual pivot partitioning. Supports int and double types

algorithm algorithm-design algorithms algorithms-and-data-structures c-language clang hybrid-sort mergesort quicksort sorting sorting-algorithm sorting-algorithms

Last synced: 21 Feb 2025

https://github.com/camc314/sorting-algorithm-visualizer

A simple program to visualise sorting algorithms built on React.

react sorting-algorithm

Last synced: 20 Mar 2025

https://github.com/lesiaukr/algorithm_data_structures

Master's | Base Algorithms & Data Structures | Lectures

algorithms data-structures searching-algorithms sorting-algorithm

Last synced: 24 Mar 2025

https://github.com/kydronepilot/swiftstudentchallenge2020

Winning submission to the 2020 Apple Swift Student Challenge

apple decision-trees sorting-algorithm swift-playground swiftui wwdc

Last synced: 18 Mar 2025