- Introduction to Algorithms
- Complexity Analysis of an Algorithm
- Let's Understand Big Omega, Big Theta, Small Oh and Small Omega
- Introduction To NP-Completeness
- Divide and Conquer Technique
- Binary Search (Divide and Conquer Technique)
- Quick Sort (Divide and Conquer Technique)
- Merge Sort (Divide and Conquer Technique)
- Max-Min Problem (Divide and Conquer Technique)
- Dynamic Programming Method
- Matrix Chain Multiplication (Dynamic Programming)
- Travelling Salesman Problem
- 0-1 Knapsack Problem using Dynamic Programming
- Network Flow Algorithm: Ford-Fulkarson’s Algorithm
- All Pair Shortest Path: Floyd-Warshall Algorithm
- Finding Longest Common Subsequence (Dynamic Programming)
- Greedy Method
- Fractional Knapsack using Greedy Approach
- Single Source Shortest Path: Dijkstra's Algorithm
- Single Source Shortest Path: Bellman-Ford Algorithm
- Minimal Spanning Tree using Kruskal's Algorithm
- Minimal Spanning Tree using Prim's Algorithm
No comments:
New comments are not allowed.