🌍 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.html
with 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
main
branch of the original repository. - Clearly describe the changes you've made in your PR.
- Mention any related issues by using keywords like
Closes #IssueNumber
in 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
issues
of the repository. - Click on the
New issue
button.
Thank's in advance for contribution🌟
You can refer the following documentation for any issue!