A mini project for Design and Analysis of Algorithms β 5th Semester
Developed to visually demonstrate how the Linear Search algorithm works through engaging web animations.
This project is an interactive visual demonstration of the Linear Search algorithm, built using HTML, CSS, and JavaScript.
The animation is designed to help learners understand the step-by-step process of Linear Search, how each element is compared, and where the target is found in a simple and visual way.
Create an animation demonstration using HTML, CSS, and JavaScript for Linear Search implementation
as part of the Design and Analysis of Algorithms coursework in the 5th semester.
- π Demonstrates the step-by-step logic of Linear Search
- π±οΈ Visually highlights comparisons made at each index
- π¨ Built using pure web technologies β no frameworks required
- π§© Simplifies understanding of search operations and complexity
Rohit Deshmukh
B.Tech. Computer Science, 6th Semester
π« Email: rohitvd27@gmail.com
πΌ LinkedIn: linkedin.com/in/rohitdeshmukh27
π» GitHub: github.com/rohitdeshmukh27
This project was created as part of the Design and Analysis of Algorithms course.