Skip to content

Sanchitbajaj02/Algorithm-Analysis

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages