Design and Analysis of Algorithms Part 1 - Divide and Conquer and Greedy Method
Sundeep Saradhi Kanthety via YouTube
Overview
Syllabus
Introduction to Algorithms
Time Complexities
Asymptotic Notations
Growth Rates
How to Calculate Time Complexities-1
Amortized Analysis
Introduction to Divide and Conquer Algorithm
Find Min-Max using Divide and Conquer
Binary Search using Divide and Conquer
Merge Sort using Divide and Conquer
Quick Sort using Divide and Conquer
Strassen's Algorithm using Divide and Conquer
Introduction to Greedy Method
Job Sequencing with Deadlines using Greedy Method
Introduction to Spanning Tree & Minimum Cost Spanning Tree
Prim's Algorithm
Kruskal's Algorithm
Dijkastra Algorithm - Single Source Shortest Path
Dijkastra Algorithm Example
Knapsack Problem using Greedy Method
Taught by
Sundeep Saradhi Kanthety