Algorithm Visualizer 是一个交互式在线平台,可以从代码中可视化算法
Algorithm Visualizer 是一个交互式在线平台,可以从代码中可视化算法
JavaScript 可视化/图表
共31575Star
详细介绍
Algorithm Visualizer
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:
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.