Skip to content

Deepak91168/VisualizeSorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VisualizeSorting

🌍 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.

🛠 Tech Stack

html css js

⚙️ Installation

  • 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.

📷 Screenshot

Imgur Imgur

🤝 Contributing

Making Changes

  1. Create a new branch:

    git checkout -b feature/amazingFeature
  2. Make your changes and commit them:

    git commit -m "Added an amazing feature"
  3. Push to your branch:

    git push origin feature/amazingFeature

Submitting Changes

  1. Open a Pull Request (PR) against the main branch of the original repository.
  2. Clearly describe the changes you've made in your PR.
  3. Mention any related issues by using keywords like Closes #IssueNumber in the PR description.

Generating Issues

Feel free to create new issues if you identify any bugs, improvements, or new feature requests. Follow these steps:

  1. Go to the issues of the repository.
  2. Click on the New issue button.

Thank's in advance for contribution🌟

📝 References

You can refer the following documentation for any issue!