You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Algorithm Visualizer is an interactive online platform that visualizes algorithms from code.
3
+
## Introduction
4
+
Welcome to Algorithm Visualizer, an interactive online platform designed to bring algorithms to life through visualization. Whether you're a student, teacher, or professional, our platform provides an engaging way to explore and understand various algorithms.
Algorithm Visualizer allows you to witness algorithms in action by visualizing code written in various programming languages. This visual approach facilitates a better understanding of algorithmic behavior..</li>
19
+
<li>
20
+
21
+
### Learn about Algorithms:
22
+
Explore our collection of tutorials, articles, and videos that serve as valuable resources for learning about algorithms.
23
+
</li>
24
+
</ul>
25
+
26
+
## algorithms
27
+
In this repository, you'll find visualizations of algorithms showcased in the website's side menu. Contributions here directly impact the educational content available on the platform. https://github.com/algorithm-visualizer/algorithms</li>
28
+
</ul>
29
+
30
+
31
+
## tracers
32
+
Explore the various visualization libraries in different programming languages. These libraries extract visualization commands from code.
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.
43
+
Our project consists of multiple repositories, each playing a crucial role in the Algorithm Visualizer ecosystem. If you're interested in contributing, check out the guidelines for the specific repository:
44
+
15
45
16
46
-[**`algorithm-visualizer`**](https://github.com/algorithm-visualizer/algorithm-visualizer) is a web app written in React. It contains UI components and interprets commands into visualizations. Check out [the contributing guidelines](CONTRIBUTING.md).
17
47
@@ -20,3 +50,5 @@ We have multiple repositories under the hood that comprise the website. Take a l
20
50
-[**`algorithms`**](https://github.com/algorithm-visualizer/algorithms) contains visualizations of algorithms shown on the side menu of the website.
21
51
22
52
-[**`tracers.*`**](https://github.com/search?q=topic%3Avisualization-library+org%3Aalgorithm-visualizer&type=Repositories) are visualization libraries written in each supported language. They extract visualizing commands from code.
53
+
54
+
Ready to contribute? Explore the repositories and become part of the Algorithm Visualizer community!
0 commit comments