Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MastanSayyad authored May 16, 2024
1 parent d24c1e1 commit d94bc3a
Showing 1 changed file with 56 additions and 2 deletions.
58 changes: 56 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,56 @@
# Visual-Sort
Visual Sort is a web-based sorting algorithm visualization tool built using HTML, CSS, Bootstrap, SCSS, and JavaScript. This project provides an interactive way to visualize various sorting algorithms in action, helping users understand how different algorithms work and their efficiency in sorting data.
# Visual Sort [=>](https://mastansayyad.github.io/Visual-Sort/)

![image](https://github.com/MastanSayyad/Visual-Sort/assets/101971980/60a1d8c8-c21f-482c-9e41-01e4bd98af4f)


Visual Sort is a web-based sorting algorithm visualization tool that provides an interactive way to visualize various sorting algorithms in action. Built using HTML, CSS, Bootstrap, SCSS, and JavaScript, Visual Sort helps users understand how different sorting algorithms work and their efficiency in sorting data.

## Features

- **Interactive Visualization**: Watch sorting algorithms such as Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort, and more in action with real-time animation.
- **User-Friendly Interface**: Easily adjust array size, sorting speed, and algorithm selection with intuitive controls.
- **Responsive Design**: Enjoy a seamless experience on both desktop and mobile devices.

## Usage

1. Clone this repository:

```bash
git clone https://github.com/your-username/visual-sort.git
```

2. Open `index.html` in your web browser.


## Algorithms Supported

- Bubble Sort
- Selection Sort
- Insertion Sort
- Merge Sort

## Screenshots

![image](https://github.com/MastanSayyad/Visual-Sort/assets/101971980/60a1d8c8-c21f-482c-9e41-01e4bd98af4f)

![image](https://github.com/MastanSayyad/Visual-Sort/assets/101971980/476cc086-7296-4b30-ad03-664d0922a54a)

![image](https://github.com/MastanSayyad/Visual-Sort/assets/101971980/e8827938-f8b8-4b3b-bba3-6febf1650ab1)

![image](https://github.com/MastanSayyad/Visual-Sort/assets/101971980/224a066c-bbf9-42d8-aabb-6b0724fc45a6)

![image](https://github.com/MastanSayyad/Visual-Sort/assets/101971980/5b0d4a4a-c6d8-4718-b18f-3ffb90d07d75)

![image](https://github.com/MastanSayyad/Visual-Sort/assets/101971980/0df13876-f3af-4bec-800a-507c34dbf315)


## Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.


**Please Give a Star and Thank you for your visit :)**




0 comments on commit d94bc3a

Please sign in to comment.