Subject Details
Dept     : IT
Sem      : 4
Regul    : 2019
Faculty : Ms.T.Shanmugapriya
phone  : NIL
E-mail  : priyamoons@gmail.com
598
Page views
35
Files
10
Videos
0
R.Links

Icon
Lecture Notes

UNIT 1:
word
download   open file
Introduction, Notion of an Algorithm
word
download   open file
Introduction, Notion of an Algorithm
word
download   open file
Fundamentals of Algorithmic Problem Solving
word
download   open file
Important Problem Types
word
download   open file
Fundamentals of the Analysis of Algorithm Efficiency
word
download   open file
Asymptotic Notations and its properties
word
download   open file
Mathematical Analysis for Recursive Algorithm
word
download   open file
Mathematical Analysis for Non-recursive Algorithms
UNIT 2:
word
download   open file
Closest-Pair and Convex-Hull Problems
word
download   open file
Brute Force: Selection Sort, Bubble Sort
word
download   open file
Traveling Salesman Problem
word
download   open file
Knapsack Problem- Assignment problem
word
download   open file
Knapsack Problem- Assignment problem
word
download   open file
Divide and Conquer Methodology: Merge Sort
word
download   open file
Quick Sort
word
download   open file
Binary Search
word
download   open file
Multiplication of Large Integers- Strassen’s Matrix Multiplication
word
download   open file
Multiplication of Large Integers- Strassen’s Matrix Multiplication
UNIT 3:
word
download   open file
Dynamic Programming: Computing a Binomial Coefficient
word
download   open file
Warshall’s Algorithm
word
download   open file
Floyd’s Algorithm
word
download   open file
Optimal Binary Search Trees
word
download   open file
Knapsack Problem and Memory Functions
word
download   open file
Greedy Technique: Prim’s Algorithm
word
download   open file
Huffman Trees- Job Sequence Scheduling
word
download   open file
Huffman Trees- Job Sequence Scheduling
UNIT 4:
word
download   open file
Ford Fulkerson Method
word
download   open file
Navie String Matching Algorithm
word
download   open file
Knuth Morris Pratt Algorithm
UNIT 5:
word
download   open file
Limitations of Algorithm, Lower-Bound Arguments
word
download   open file
Traveling Salesman Problem
word
download   open file
Knapsack Problem
word
download   open file
Branch and Bound: Assignment Problem
word
download   open file
Hamiltonian Circuit Problem, Subset Sum Problem
word
download   open file
Coping with the Limitations- Backtracking: n-Queens problem