🌍 Deployed Link : https://deepak91168.github.io/VisualizeSorting/
A web application hosted on github pages, designed to showcase the visualization of renowned sorting algorithms including bubble sort, insertion sort, selection sort, merge sort, and quick sort.
- Fork the Repository and clone it at the desired location
git clone https://github.com/<UserName>/VisualizeSorting.git- Open Repository
cd VisualizeSorting- Open
index.htmlwith your browser or run using liveServer.
-
Create a new branch:
git checkout -b feature/amazingFeature
-
Make your changes and commit them:
git commit -m "Added an amazing feature" -
Push to your branch:
git push origin feature/amazingFeature
- Open a Pull Request (PR) against the
mainbranch of the original repository. - Clearly describe the changes you've made in your PR.
- Mention any related issues by using keywords like
Closes #IssueNumberin the PR description.
Feel free to create new issues if you identify any bugs, improvements, or new feature requests. Follow these steps:
- Go to the
issuesof the repository. - Click on the
New issuebutton.
Thank's in advance for contribution🌟
You can refer the following documentation for any issue!

