Welcome to Visual Sort, 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.
Mastan Sayyad |
Radhika Malpani |
Check out the live demo of the project: Visual Sort
Visual Sort is designed to help both beginners and seasoned developers understand sorting algorithms through interactive and engaging visualizations. It supports various sorting algorithms, including but not limited to:
- Bubble Sort
- Selection Sort
- Insertion Sort
- Comb Sort
- Merge Sort
- Heap Sort
- Quick Sort
- Counting Sort
- Radix Sort
- HTML, CSS, Bootstrap, SCSS, JavaScript.
Contributions are welcome! Feel free to open an issue or submit a pull request. Please Make sure you Star the repository ⭐ and Read CONTRIBUTING.md
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
You can clone the repository using the command line or GitHub Desktop.
-
Navigate to the repository: Visual Sort
-
Clone the repository:
git clone https://github.com/MastanSayyad/Visual-Sort.git
-
Navigate to the project directory:
cd Visual-Sort
- Download and install GitHub Desktop from desktop.github.com.
- Open GitHub Desktop.
- Click on "File" in the menu bar and select "Clone repository..."
- In the "Clone a Repository" window, select the "URL" tab.
- Paste the repository URL: https://github.com/MastanSayyad/Visual-Sort.git
- Choose the local path where you want to clone the repository.
- Click "Clone".
-
Navigate to the project directory if you are not already there:
cd Visual-Sort
-
Open the
index.html
file in your browser to view the project locally.
- GitHub Documentation: GitHub Docs
- Git Tutorial: Git Documentation
This project is licensed under the MIT License. See the LICENSE file for details