0% found this document useful (0 votes)
67 views3 pages

Synopsis For Mini Project: Sorting Algorithm Visualisation

This document provides details for a mini project to create a webpage that visually demonstrates sorting algorithms. A team of 3 students will develop the web application to help users understand sorting algorithms through an interactive visualized experience. The objectives are to understand how sorting algorithms work, see the number of swaps and comparisons, and compare algorithms side by side. The technologies used will include HTML, CSS, and JavaScript for the front end, and an appropriate framework for the back end. The project will be submitted to Prof. S Brunda.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
67 views3 pages

Synopsis For Mini Project: Sorting Algorithm Visualisation

This document provides details for a mini project to create a webpage that visually demonstrates sorting algorithms. A team of 3 students will develop the web application to help users understand sorting algorithms through an interactive visualized experience. The objectives are to understand how sorting algorithms work, see the number of swaps and comparisons, and compare algorithms side by side. The technologies used will include HTML, CSS, and JavaScript for the front end, and an appropriate framework for the back end. The project will be submitted to Prof. S Brunda.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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