Subject Details
Dept     : CSE
Sem      : 4
Regul    : R23
Faculty : Ramesh kalyan G
phone  : 9965010394
E-mail  : ramesh.g.cse@snsct.org
92
Page views
17
Files
0
Videos
0
R.Links

Icon
Lecture Notes

UNIT 1:
pdf
download    open file
Introduction - Notion of an Algorithm
pdf
download    open file
Fundamentals of Algorithmic Problem Solving
pdf
download    open file
Fundamentals of the Analysis of Algorithm Efficiency
pdf
download    open file
Analysis Framework
pdf
download    open file
Asymptotic Notations
pdf
download    open file
Mathematical Analysis for Non-recursive Algorithms
pdf
download    open file
Mathematical Analysis for Recursive Algorithms - Substitution method
pdf
download    open file
Mathematical Analysis for Recursive Algorithms - Recursion tree method & Master Theorem
pdf
download    open file
Important Problem Types
UNIT 2:
pdf
download    open file
Bubble Sort
pdf
download    open file
Convex Hull Problem
pdf
download    open file
Sequential Search & Closest Pair Problem
pdf
download    open file
Sequential Search & Closest Pair Problem
pdf
download    open file
Brute Force: Selection Sort
pdf
download    open file
Strassen’s Matrix Multiplication
pdf
download    open file
To find minimum number of coins (change) for a given value and analyze it