Subject Details
Dept     : IT
Sem      : 4
Regul    : R 2023
Faculty : Ms.S.Rajasulochana
phone  : 9999999999
E-mail  : sulochana.s.cse@snsct.org
165
Page views
17
Files
2
Videos
2
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
Important Problem Types
pdf
download    open file
Analysis Framework
pdf
download    open file
Asymptotic Notations
pdf
download    open file
Mathematical Analysis for Non - Recursive Algorithm
pdf
download    open file
Mathematical Analysis for Recursive Algorithms: Substitution method
pdf
download    open file
Recursion Tree method and Master theorem
UNIT 2:
pdf
download    open file
Divide and conquer: Analysis of binary search
pdf
download    open file
Analysis of Merge sort
pdf
download    open file
Analysis of Quick sort
pdf
download    open file
Bubble sort
pdf
download    open file
Brute force: Selection sort