Skip to content

jerexyz/algorithm-visualizer

 
 

Repository files navigation

Algorithm Visualizer

Algorithm Visualizer is an interactive online platform that visualizes algorithms from code.

Gitter GitHub contributors GitHub license

Learning algorithms from text and static images is quite boring. There have been many great websites that view animations of various algorithms though, for us being coders, nothing can be more comprehensible than visualizing the actual working code.

Screenshot

Contributing

If you want to ...

  • Add or improve an algorithm.

    We have a separate repository for public algorithms. Check out the contributing guidelines in algorithms repo.

  • Improve the UI.

    Check out the contributing guidelines in this repo. The directory structure might be helpful as well.

  • Revise the specifications of visualization libraries.

    Making changes to the specifications is often followed by updating visualization libraries for every supported language and the affected public algorithms accordingly. It is highly recommended to read the entire project details and to raise an issue about your proposal before working on it.

  • Fix issues in a visualization library for a specific langauge.

    Check out the contributing guidelines (JavaScript, C++, and Java) in the repo of the visualization library.

About

🎆Interactive Online Platform that Visualizes Algorithms from Code

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.2%
  • CSS 10.2%
  • HTML 0.9%
  • Java 0.8%
  • C++ 0.7%
  • Dockerfile 0.7%
  • Other 0.5%