Satyam1203 / sorting-visualization

See visualization of sorting algorithms built using Vanilla JavaScript

Home Page:https://sorting-visualization.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting-visualization

If you liked my work, give me a star 🌟⭐

Sorting visualizer made with Vanilla Js.

This web app also works offline. Install it on your homescreen and experience it offline.

Do point out any problems, if case you face one while visulaizing algorithm and create issues for those.

Contributing

Pull requests are welcome. Please open an issue first to discuss what you would like to change.

You can contribute to this repository by first forking it, making your changes, pushing it to your local branch and creating a pull request.

1. Forking

Fork this repository- https://github.com/Satyam1203/sorting-visualization/fork

2 Make changes or add algorithms

3. Creating your own branch

    git checkout -b <branch_name>

4. Adding and commiting your changes

    git add .
    git commit -m "<commit_message>"

5. Pushing Changes

    git push origin <branch_name>

6. Create a new pull request after pushing it in your local branch.

About

See visualization of sorting algorithms built using Vanilla JavaScript

https://sorting-visualization.now.sh

License:MIT License


Languages

Language:JavaScript 63.1%Language:HTML 19.4%Language:CSS 17.5%