Algorithm Visualizer is an interactive online platform that visualizes algorithms from code. Demo Video
Learning algorithms from text and static images is quite boring. For that, there have been many great websites that view animations of various algorithms. However, for us being coders, nothing can be more comprehensible than visualizing the actual working code. So here we introduce Algorithm Visualizer.
The project algorithm-visualizer is composed of the following 3 repositories.
-
algorithm-visualizer/algorithms: contains public algorithms shown on the sidebar. Contribute
-
algorithm-visualizer/tracers: contains visualization libraries written in each supported language. Contribute
-
algorithm-visualizer/algorithm-visualizer: contains the front-end written in React.js and the back-end written in Node.js. Contribute
Take a moment to read CONTRIBUTING.md
in the repository you want to contribute to.