Algorithm

 


Topics:

  • Time and Space Complexity
  • Asymptotic Notations
  • Sorting
  • Maximum Sum Subarray Problem(MSS)
  • Recursive 

_______________

Programming Topics:

--------------------

Searching:

  • Linear Search
  • Binary Search

Sorting:

  • Bubble Sort
  • Insertion Sort 
  • Selection Sort
  • Merge Sort (DAC)
  • Quick Sort (DAC)
  • Binary Tree(Heap)

Maximum Sum Subarray Problem(MSS):

  • DAC Approach
  • DP (Kadane’s Algorithm)

Greedy Method:

  • Knapsack Problem

🎗️ Links of Course File and Documents:


Thank You 😊

Post a Comment

0 Comments