Giter Site home page Giter Site logo

algorithm-visualizer's Introduction

Algorithm Visualizer

GitHub issues GitHub forks GitHub stars GitHub license

Overview

"Algorithm Visualizer" is a project that would help us to visualize and understand the sorting algorithms. This project consists of a very simple user interface, which allows users to select the sort algorithm. This is a algorithm visualizer which is made with the purpose to help understand the steps of different algorithms.

Tech Stack

  • HTML
  • CSS
  • Javascript

html

Algorithms

  • Bubble Sort
  • Insertion Sort
  • Merge Sort
  • Selection Sort

How to Contribute?

If you want to contribute to the project, you can follow the steps given below:

  1. Star this repository.

  2. Fork this repository by clicking on the grey "Fork" button on the top right corner of this page.

  3. Clone the forked repository. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.Open a terminal and run the following command:

git clone "url you just copied"

where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project).

  1. Change the repository directory
cd algorithm-visualizer
  1. Create a branch
git switch -c your-new-branch-name
  1. Make all the necessary changes to the project and follow the given commands.
git status
git add .
git commit -m "Add a message"
  1. Push the changes to github.
git push origin -u your-branch-name
  1. Open a Pull request. If you go to your repository on GitHub, you'll see a "Compare & pull request" button. Click on that button. Then, click on "Create pull request" button.

  2. Your changes will be reviewed and merged into the main branch if they seem correct.

Future Aspects

  1. CSS Flexbox animations like https://www.linkedin.com/posts/akshaymarch7_css-flexbox-ugcPost-6758996799324737536-48XR

  2. Code input user then show working with animation

  3. Fantastic UI/UX Desgining

Thank you ๐Ÿ˜ƒ

algorithm-visualizer's People

Contributors

michelcalisto avatar poojasharma097 avatar shivam7374 avatar umairayub79 avatar vibhoooo avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.