lixiaodong1994 / algorithm-visualizer

:movie_camera:可视化算法代码平台,目前支持的算法包括回溯法、加密算法、动态规划、图搜索、贪婪算法、搜索算法、排序算法等。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

niubility-algorithm.itstack.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

:movie_camera:可视化算法代码平台,目前支持的算法包括回溯法、加密算法、动态规划、图搜索、贪婪算法、搜索算法、排序算法等。

License:MIT License


Languages

Language:JavaScript 83.7%Language:CSS 13.2%Language:HTML 1.2%Language:Java 1.1%Language:C++ 0.9%