https://github.com/rohitdeshmukh27/linear-search
Design and analysis of algorithms subject Mini-Project
https://github.com/rohitdeshmukh27/linear-search
linearsearch miniproject webdevelopment
Last synced: 8 months ago
JSON representation
Design and analysis of algorithms subject Mini-Project
- Host: GitHub
- URL: https://github.com/rohitdeshmukh27/linear-search
- Owner: rohitdeshmukh27
- Created: 2024-09-22T17:53:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-14T06:24:07.000Z (about 1 year ago)
- Last Synced: 2025-06-29T16:06:18.956Z (11 months ago)
- Topics: linearsearch, miniproject, webdevelopment
- Language: JavaScript
- Homepage: https://rohitdeshmukh27.github.io/Linear-Search/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔍 Linear Search Visualizer – Animated Demonstration
> 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.
---
## 📘 Project Overview
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.
---
## 💡 Problem Statement
> 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.
---
## 💻 What This Project Does
- 🔍 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
---
## 👨💻 Author
**Rohit Deshmukh**
B.Tech. Computer Science, 6th Semester
📫 Email: rohitvd27@gmail.com
💼 LinkedIn: [linkedin.com/in/rohitdeshmukh27](https://www.linkedin.com/in/rohitdeshmukh27/)
💻 GitHub: [github.com/rohitdeshmukh27](https://github.com/rohitdeshmukh27)
_This project was created as part of the Design and Analysis of Algorithms course._
---