An open API service indexing awesome lists of open source software.

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

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._

---