Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTuscano authored Jul 27, 2024
1 parent 7c40b14 commit bdccae9
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# Sorting_algo_viz
# Sorting_algo_viz

Welcome to the Sorting Algorithms Visualizer! This tool helps you understand and visualize how various sorting algorithms work by displaying the sorting process in real-time.

### Features

1. Visualizes common sorting algorithms such as Bubble Sort, Quick Sort, Merge Sort, and more.
2. Interactive interface allowing users to observe different sorting methods.
3. Adjustable parameters such as array size and speed to enhance the learning experience.

### Installation

Fork the repository by the icon;

Clone the repository bu the command below:
* Clone
```sh
git clone https://github.com/RyanTuscano/Sorting_algo_viz.git
```

0 comments on commit bdccae9

Please sign in to comment.