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

https://github.com/sanchitbajaj02/algorithm-analysis

Analysis of Algorithms using C language
https://github.com/sanchitbajaj02/algorithm-analysis

algorithms c cpp sorting sorting-algorithms time-complexity-analysis

Last synced: 8 months ago
JSON representation

Analysis of Algorithms using C language

Awesome Lists containing this project

README

          

# Design of Algorithm and Analysis Lab File

## All programs are written in C language with my name in between them🙏

### PT - 1
- Linear Search: Iteration and Recursion
- Binary Search: Iteration and Recursion
- Bubble Sort
- Insertion Sort
- Selection Sort

### PT - 2
- Merge Sort
- Quick Sort
- Heap Sort
- Count Sort
- Radix Sort
- Bucket Sort
- Strassen Matrix Multiplication
- Job Scheduling Problem with Deadline

### PT - 3
- Knapsack Problem
- Prim Algorithm for shortest path
- Kruskal Algorithm

Time taken by the program is also calculated in each program