Connected successfully Lecture Notes || SNS Courseware
Subject Details
Dept     : CSE-IOT
Sem      : 3
Regul    : 2023
Faculty : RR.Kmalakkannan
phone  : NIL
E-mail  : kamalakannan.r.iot@snsce.ac.in
420
Page views
46
Files
2
Videos
4
R.Links

Icon
Lecture Notes

UNIT 1:
pdf
download    open file
Abstract Data Types (ADTs)
pdf
download    open file
Introduction to analysis of algorithms – asymptotic notations
pdf
download    open file
Non recursion & recursion
pdf
download    open file
analyzing recursive algorithms
pdf
download    open file
List ADT – array-based implementations
pdf
download    open file
linked list implementations
pdf
download    open file
singly linked lists
pdf
download    open file
circularly linked lists
pdf
download    open file
doubly linked lists
pdf
download    open file
Exercise: 1.Implement List ADT 2.Linked list implementations of List
UNIT 2:
pdf
download    open file
Stack ADT
pdf
download    open file
Applications of Stack: Infix to Postfix conversion
pdf
download    open file
Postfix Evaluation
pdf
download    open file
Balanced parentheses -Function Call
pdf
download    open file
Queue ADT
pdf
download    open file
Circular Queue
pdf
download    open file
double ended queues
pdf
download    open file
applications Queue
pdf
download    open file
applications Queue
pdf
download    open file
Exercise: 3.Implementation of Stack and Queue ADTs 4.Applications of Stack and Queue ADTs
UNIT 3:
pdf
download    open file
Bubble sort – selection sort
pdf
download    open file
insertion sort – divide & conquer
pdf
download    open file
merge sort – quick sort
pdf
download    open file
analysis of sorting algorithms
pdf
download    open file
– linear search – binary search
pdf
download    open file
hashing – hash functions
pdf
download    open file
collision handling
pdf
download    open file
load factors
pdf
download    open file
rehashing, and efficiency
UNIT 4:
pdf
download    open file
Tree ADT
pdf
download    open file
Binary Tree ADT
pdf
download    open file
tree traversals
pdf
download    open file
Back Tracking
pdf
download    open file
binary search trees
pdf
download    open file
AVL trees
pdf
download    open file
AVL trees
pdf
download    open file
heaps
pdf
download    open file
multi- way search trees
UNIT 5:
pdf
download    open file
Graph ADT
pdf
download    open file
representations of graph – graph traversals
pdf
download    open file
DAG
pdf
download    open file
topological ordering
pdf
download    open file
dynamic programming: shortest paths