OWASP-STUDENT-CHAPTER / Algorithm-Visualizer

A web app that helps you in visualising the algorithm and understanding each and every line of the code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hacktoberfest

Algorithm-Visualizer

Algorithm Visualiser is a web app that will help you in understanding the working of algorithms that are widely used in software development. Algorithms used for searching like binary search and sorting algorithms such as Bubble sort, Selection sort, etc. are explained through the means of this web app as the given array input is animated towards its final state and all the steps carried out by the algorithm’s code are executed visually.

This web app primarily uses React.js as the frontend library.

How to Contribute

We follow a systematic Git Workflow -

  • Create a fork of this repo.
  • Clone your fork of your repo on your pc.
  • Add Upstream to your clone
  • Every change that you do, it has to be on a branch. Commits on master would directly be closed.
  • Make sure that before you create a new branch for new changes, syncing with upstream is necessary.

Make sure you read the CONTRIBUTIONS before you start contributing such that you make remarkable and easily acceptable PRs.


OWASP Student Chapter, TIET

logo-owasp.png

Thapar Institute of Engineering and Technology (TIET) has been a steady source of highly skilled talent to the nation as well as overseas. A pioneer in engineering education, research and innovation. The team of OWASP Student Chapter, one of the gilt-edged coding society, involves ingenious mind solvers who are eager to make the world a better place to live in with their innovative techniques and discoveries. By successfully organising many hackathons, tech-talks, workshops and coding nights, we have always strived hard to maintain the coding culture throughout the campus.


Check out our work at owasp.co.in

Contact Us

About

A web app that helps you in visualising the algorithm and understanding each and every line of the code.


Languages

Language:JavaScript 54.3%Language:HTML 30.4%Language:CSS 15.3%