-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c40b14
commit bdccae9
Showing
1 changed file
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |