All Projects → LucasPilla → Sorting Algorithms Visualizer

LucasPilla / Sorting Algorithms Visualizer

Licence: mit
Program made with Python and Pygame module for visualizing sorting algorithms

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sorting Algorithms Visualizer

Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (+36.5%)
Mutual labels:  algorithm, sorting-algorithms
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+3141.61%)
Mutual labels:  algorithm, sorting-algorithms
Python
All Algorithms implemented in Python
Stars: ✭ 125,688 (+91643.07%)
Mutual labels:  algorithm, sorting-algorithms
Cosmos
Hacktoberfest 2021 | World's largest Contributor driven code dataset | Algorithms that run our universe | Your personal library of every algorithm and data structure code that you will ever encounter |
Stars: ✭ 12,936 (+9342.34%)
Mutual labels:  algorithm, sorting-algorithms
Data structure and algorithms library
A collection of classical algorithms and data-structures implementation in C++ for coding interview and competitive programming
Stars: ✭ 133 (-2.92%)
Mutual labels:  algorithm, sorting-algorithms
Javascript Datastructures Algorithms
📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book
Stars: ✭ 3,221 (+2251.09%)
Mutual labels:  algorithm, sorting-algorithms
Algorithms Primer
A consolidated collection of resources for you to learn and understand algorithms and data structures easily.
Stars: ✭ 381 (+178.1%)
Mutual labels:  algorithm, sorting-algorithms
Js Sorting Algorithm
一本关于排序算法的 GitBook 在线书籍 《十大经典排序算法》,多语言实现。
Stars: ✭ 4,507 (+3189.78%)
Mutual labels:  algorithm, sorting-algorithms
Ivy
Visualization of sorting algorithm
Stars: ✭ 93 (-32.12%)
Mutual labels:  algorithm, sorting-algorithms
Data Structure And Algorithms With Es6
Data Structures and Algorithms using ES6
Stars: ✭ 594 (+333.58%)
Mutual labels:  algorithm, sorting-algorithms
Javascript
A repository for All algorithms implemented in Javascript (for educational purposes only)
Stars: ✭ 16,117 (+11664.23%)
Mutual labels:  algorithm, sorting-algorithms
Algorithms
A collection of algorithms and data structures
Stars: ✭ 11,553 (+8332.85%)
Mutual labels:  algorithm, sorting-algorithms
Thealgorithms
Algorithms repository.
Stars: ✭ 122 (-10.95%)
Mutual labels:  algorithm, sorting-algorithms
Algo ds notes
It is a repository that is a collection of algorithms and data structures with implementation in various languages.
Stars: ✭ 1,897 (+1284.67%)
Mutual labels:  algorithm
Kdtree
Absolute balanced kdtree for fast kNN search.
Stars: ✭ 131 (-4.38%)
Mutual labels:  algorithm
Codezilla
⚡️ codezilla ⚡️ One giant 🦖 collection of algorithms & design patterns.
Stars: ✭ 127 (-7.3%)
Mutual labels:  algorithm
Algorithms
📝 算法导论与JavaScript实现
Stars: ✭ 126 (-8.03%)
Mutual labels:  algorithm
Mms
A Micromouse simulator: write and test maze-solving code without a physical robot
Stars: ✭ 135 (-1.46%)
Mutual labels:  algorithm
Binarytree
Python Library for Studying Binary Trees
Stars: ✭ 1,694 (+1136.5%)
Mutual labels:  algorithm
Threadsx.jl
Parallelized Base functions
Stars: ✭ 126 (-8.03%)
Mutual labels:  sorting-algorithms

Sorting-Algorithms-Visualizer Tweet

Program made with Python and Pygame module for visualizing sorting algorithms Support this project by leaving a ⭐️

Check Wiki Page for more information about each algorithm, as visualization gifs and explanations.

Visit repository github page

Program preview

New Features

Selecting an algorithm (@yuchenliu15) Pause and Play with <SPACE> (@system1970)

Using the application

❗️ Feel free to open an issue if you have some problem ❗️

  • Clone GitHub repository
  • Install requirements: pip install -r requirements.txt
  • Run: python main.py

How to contribute:

  • Implement new Algorithms or ideas
  • Report bugs and give feedbacks
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].