Skip to content

Self made codes of Design and Analysis of Algorithms Lab during my third year of BTech.

Notifications You must be signed in to change notification settings

safirmotiwala/MIT-Design-and-Analysis-of-Algorithms

Repository files navigation

Design_and_Analysis_of_Algorithms_Lab_Assignment_Codes

Hey There! Here are all my self made codes of Design and Analysis of Algorithms during my Third Year in MIT School of Engineering, MITADTU.

Code Title

  1. Merge Sort using Divide and Conquer Technique
  2. Quick Sort using Divide and Conquer Technique
  3. Strassen's Matrix Multiplication
  4. Find Min Max using Recursion & Divide and Conquer
  5. Prims Algorithm using Greedy Approach
  6. Kruskal's Algorithm using Greedy Approach
  7. Floyd Warshall using Dynamic Programming
  8. Longest Common Subsequence using Dynamic Programming
  9. N-Queens using BackTracking
  10. Traveling Salesperson using Branch and Bound
  11. 0-1 Knapsack using Branch and Bound

Built with

C++ - A High Level General Purpose Programming Language

Releases

No releases published

Packages

No packages published

Languages