Skip to content

Commit 18de2ed

Browse files
Update README.md (algorithm-visualizer#367)
imrpoved the readme file by clarifying and imrpoving the readbility of frameworks and languages necessary to do the project.
1 parent bf676c9 commit 18de2ed

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

README.md

+34-2
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,47 @@
11
# Algorithm Visualizer
22

3-
> 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.
45

56
[![GitHub contributors](https://img.shields.io/github/contributors/algorithm-visualizer/algorithm-visualizer.svg?style=flat-square)](https://github.com/algorithm-visualizer/algorithm-visualizer/graphs/contributors)
67
[![GitHub license](https://img.shields.io/github/license/algorithm-visualizer/algorithm-visualizer.svg?style=flat-square)](https://github.com/algorithm-visualizer/algorithm-visualizer/blob/master/LICENSE)
78

9+
## Languages and Frameworks Used
10+
[![Languages](https://skillicons.dev/icons?i=html,css,js,react,nodejs,redux)](https://skillicons.dev)
11+
12+
13+
## Key Features
14+
<ul>
15+
<li>
16+
17+
### Visualize algorithms from code:
18+
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.
33+
https://github.com/search?q=topic%3Avisualization-library+org%3Aalgorithm-visualizer&type=Repositories</li>
34+
</ul>
35+
36+
## Live Demo
837
Learning an algorithm gets much easier with visualizing it. Don't get what we mean? Check it out:
938

1039
[**algorithm-visualizer.org**![Screenshot](https://raw.githubusercontent.com/algorithm-visualizer/algorithm-visualizer/master/branding/screenshot.png)](https://algorithm-visualizer.org/)
1140

1241
## Contributing
1342

14-
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+
1545

1646
- [**`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).
1747

@@ -20,3 +50,5 @@ We have multiple repositories under the hood that comprise the website. Take a l
2050
- [**`algorithms`**](https://github.com/algorithm-visualizer/algorithms) contains visualizations of algorithms shown on the side menu of the website.
2151

2252
- [**`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

Comments
 (0)