From bdccae95a0b6aa971ed785bb819f7282d8e070aa Mon Sep 17 00:00:00 2001 From: Ryan Tuscano <104095471+RyanTuscano@users.noreply.github.com> Date: Sat, 27 Jul 2024 17:50:21 +0530 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6a9d69..bc25ee9 100644 --- a/README.md +++ b/README.md @@ -1 +1,19 @@ -# Sorting_algo_viz \ No newline at end of file +# 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 + ```