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

https://github.com/jain131102/neocolab

CSE3004_Design and Analysis of Algorithms Lab_ NEOCOLAB
https://github.com/jain131102/neocolab

daa java neocolab vit

Last synced: 2 months ago
JSON representation

CSE3004_Design and Analysis of Algorithms Lab_ NEOCOLAB

Awesome Lists containing this project

README

          

# Design and Analysis of Algorithms Lab

Welcome to the **Design and Analysis of Algorithms Lab-NeoColab** repository! This collection contains structured lab work for learning and implementing core algorithmic concepts using Java.

## 📁 Repository Contents

Each lab focuses on a different topic related to algorithms and data structures:

| Sr. No. | Title | Description |
|--------:|--------------------------------------|-----------------------------------------------------------|
| Lab 0 |Base Codes | Contains the core logic implementations. |
| Lab 1 | Prim's and Kruskal's | Implementation of Minimum Spanning Tree algorithms. |
| Lab 2 | Strongly Connected Graph | Algorithms like Kosaraju's or Tarjan's for SCC detection. |
| Lab 3 | Greedy & Dynamic Programming | Greedy and DP-based problem solving techniques. |
| Lab 4 | Optimal Ordering | Solutions to sequencing and scheduling problems. |
| Lab 5 | Shortest Path Algorithm | Dijkstra's and/or Bellman-Ford implementations. |
| Lab 6 | Binary Search Tree | Implementation and traversal of BSTs. |
| Lab 7 | 0/1 Knapsack | Solving the classic 0/1 Knapsack problem using backtracking.|
| PDF | Concept Builder 1-7 | A compiled reference document with multiple-choice question (MCQ) to build conceptual understanding for Labs 1 to 7.|
| Excel Sheet | Concept Builder - Practice | 200 multiple-choice question (MCQ) to practice more .|

## 🤝 Contributors

- ![GitHub](https://img.shields.io/badge/GitHub-JoyForCode-blue?style=flat-square) [JoyForCode](https://github.com/JoyForCode)
- ![GitHub](https://img.shields.io/badge/GitHub-Jain131102-blue?style=flat-square) [Jain131102](https://github.com/Jain131102)

## 📜 License

This project is open-source and available under the ![MIT License](https://img.shields.io/badge/license-MIT-green?style=flat-square) [MIT License](https://opensource.org/licenses/MIT).
Feel free to contribute by improving documentation, optimizing code, or adding new exercises!