Skip to content

agilealpha1/algorithm-visualizer

This branch is 7 commits behind algorithm-visualizer/algorithm-visualizer:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 24, 2019
f84321c Â· Nov 24, 2019
Jul 4, 2019
Jan 24, 2019
Jul 6, 2019
Jul 6, 2019
Jun 8, 2019
Jul 6, 2019
Dec 9, 2018
Jul 6, 2019
Jun 8, 2019
Nov 24, 2019
Jun 8, 2019
Aug 28, 2019
Jun 8, 2019

Repository files navigation

Algorithm Visualizer

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

GitHub contributors GitHub license

Learning an algorithm gets much easier with visualizing it. Don't get what we mean? Check it out:

algorithm-visualizer.orgScreenshot

Contributing

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.

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 83.6%
  • CSS 13.2%
  • HTML 1.2%
  • Java 1.1%
  • C++ 0.9%