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
- Host: GitHub
- URL: https://github.com/sanchitbajaj02/algorithm-analysis
- Owner: Sanchitbajaj02
- Created: 2020-08-12T06:26:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-12T15:25:42.000Z (about 5 years ago)
- Last Synced: 2025-02-12T10:56:07.877Z (10 months ago)
- Topics: algorithms, c, cpp, sorting, sorting-algorithms, time-complexity-analysis
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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