Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/echosingh/labalgorithms
This Repository Contains DAA Lab Programs (2024) .
https://github.com/echosingh/labalgorithms
algorithms dsa-algorithm dsce lab-internal
Last synced: 2 days ago
JSON representation
This Repository Contains DAA Lab Programs (2024) .
- Host: GitHub
- URL: https://github.com/echosingh/labalgorithms
- Owner: EchoSingh
- License: mit
- Created: 2024-07-16T16:43:02.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T02:08:52.000Z (4 months ago)
- Last Synced: 2024-07-24T05:32:24.843Z (4 months ago)
- Topics: algorithms, dsa-algorithm, dsce, lab-internal
- Language: C
- Homepage:
- Size: 136 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔬 Lab Programs
This repository contains various lab programs implemented in C, along with their corresponding executable files.
## 📋 Table of Contents
- [LabProgram1](#labprogram1)
- [LabProgram2](#labprogram2)
- [LabProgram3](#labprogram3)
- [LabProgram4](#labprogram4)
- [LabProgram5](#labprogram5)
- [LabProgram6](#labprogram6)
- [LabProgram7](#labprogram7)
- [LabProgram8](#labprogram8)
- [LabProgram9](#labprogram9)
- [LabProgram10](#labprogram10)
- [Gitignore](#gitignore)## 📁 LabProgram1
- `Binary_Search.c`
- `a.exe`## 📁 LabProgram2
- `BFS.c`
- `DFS.c`
- `a.exe`## 📁 LabProgram3
- `Merge_Sort.c`
- `a.exe`## 📁 LabProgram4
- `Quick_Sort.c`
- `a.exe`## 📁 LabProgram5
- `Floyds.c`
- `Warshals.c`
- `a.exe`## 📁 LabProgram6
- `Heap_Sort.c`
- `a.exe`## 📁 LabProgram7
- `Knap_Sack.c`
- `a.exe`## 📁 LabProgram8
- `Prims.c`
- `a.exe`## 📁 LabProgram9
- `Krushkals.c`
- `a.exe`## 📁 LabProgram10
- `NQueens.c`
- `a.exe`## 🛑 .gitignore
The `.gitignore` file contains the list of files and directories that should be ignored by Git.