Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Algorithm Visualizer | 42,745 | 5 months ago | 58 | mit | JavaScript | |||||
:fireworks:Interactive Online Platform that Visualizes Algorithms from Code | ||||||||||
Pythonrobotics | 19,825 | 5 days ago | 20 | other | Python | |||||
Python sample codes for robotics algorithms. | ||||||||||
Pywonderland | 4,125 | 6 months ago | 4 | mit | Python | |||||
A tour in the wonderland of math with python. | ||||||||||
Algorithmvisualizer Android | 1,065 | 4 years ago | 11 | Java | ||||||
Visualize algorithms and data structures using animations | ||||||||||
Differential Line | 570 | 5 years ago | mit | Python | ||||||
a generative algorithm | ||||||||||
Face X | 546 | 4 days ago | 104 | mit | ||||||
Demonstration of different algorithms and operations on faces. Star the repo⭐ | ||||||||||
Cpprobotics | 266 | 2 years ago | 3 | mit | C++ | |||||
Header-only C++ library for robotics, control, and path planning algorithms. Work in progress, contributions are welcome! | ||||||||||
Sand Spline | 241 | 5 years ago | mit | Python | ||||||
generative algorithm | ||||||||||
Sorting Visualizer | 171 | 4 years ago | mit | Python | ||||||
📊 Some python scripts which can visualize several famous sorting algorithms and generate the animations via Matplotlib. | ||||||||||
Wechart | 146 | 3 years ago | 3 | July 30, 2018 | 1 | JavaScript | ||||
Create all the [ch]arts by cax or three.js - Cax 和 three.js 创造一切图[表] |
Algorithm Visualizer is an interactive online platform that visualizes algorithms from code.
Learning an algorithm gets much easier with visualizing it. Don't get what we mean? Check it out:
We have multiple repositories under the hood that comprise the website. Take a look at the contributing guidelines in the repository you want to contribute to.
algorithm-visualizer
is a web app written in React. It contains UI components and interprets commands into visualizations. Check out the contributing guidelines.
server
serves the web app and provides APIs that it needs on the fly. (e.g., GitHub sign in, compiling/running code, etc.)
algorithms
contains visualizations of algorithms shown on the side menu of the website.
tracers.*
are visualization libraries written in each supported language. They extract visualizing commands from code.