Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Synopsis for mini Project

Sorting Algorithm Visualisation


Bachelor of Engineering
In
Computer Science & Engineering

Project Team:
1. Sameeksha S Gowda- 01JST19CS125
2. Nuthan P M- 01JST19CS097
3. Tushar Bharadwaj- 01JST19CS171

Submitting To:
Prof S Brunda
Assistant Professor
Dept.of CS&E,JSS S&TU

Title:
Sorting Algorithm Visualisation
Problem Statement:
To create a webpage that allows users to understand sorting algorithm in a easy way.

Aim:
The main objective of this project is to develop a web application that gives a visualized
experience and easy to understand approach towards learning sorting algorithms.

Objectiv
The objectives of this project are –
 Understand the working of sorting algorithms.
 Check total swaps required.
 Check total comparisions.
 Compare algorithms side by side.
 Know the time taken.

Technologies used:
1. Front end
 html : HTML stands for Hyper Text Markup Language. HTML is the standard markup language for
creating Web pages. HTML describes the structure of a Web page.

 Css: Css stands for Cascading style sheets. . It is used for defining the styles for web pages. It
also describes the look and formatting of a document which is written in a markup language

 Javascript: JavaScript is a programming language that adds interactivity to your website. It is
used in both client and server side to give web pages interactive elements to engage a user.

2.back end:
Any framework which we feel appropriate during the process of developing this
application.
Refrences:
https://github.com/sadanandpai/sorting-visualizer

You might also like