Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.