Subject Details
Dept     : EEE
Sem      : 2
Regul    : R2019
Faculty : Devi
phone  : NIL
E-mail  : devi.g.cse@snsct.org
1.006K
Page views
44
Files
4
Videos
1
R.Links

Icon
Lecture Notes

UNIT 1:
word
download   open file
Introduction Algorithm Analysis
word
download   open file
Asymptotic Notations
word
download   open file
Searching algorithm
word
download   open file
sorting Selection sort
word
download   open file
Bubble sort
word
download   open file
Insertion sort
word
download   open file
Merge sort
word
download   open file
Quick sort
UNIT 2:
word
download   open file
Introduction,Abstract Data Types
word
download   open file
List ADT using Array
word
download   open file
List ADT using Linked List Implementations
word
download   open file
Stack ADT
word
download   open file
Implementation of stack ADT
word
download   open file
Applications of Stack ADT
word
download   open file
Infix to Post fix conversion
word
download   open file
Expression Evaluation
word
download   open file
Queue ADT
UNIT 3:
word
download   open file
Tree ADT
word
download   open file
Tree Traversals - In-order traversal
word
download   open file
Pre-order traversal
word
download   open file
Post order traversal
word
download   open file
Binary Tree ADT
word
download   open file
Representation of binary tree
word
download   open file
Applications of Trees
word
download   open file
Binary Search Tree ADT
word
download   open file
Routines of binary search tree
UNIT 4:
word
download   open file
Definitions & Introduction to Graphs
word
download   open file
Topological Sort
word
download   open file
Breadth First Traversal
word
download   open file
Depth First Traversal
word
download   open file
Minimum Spanning Tree
word
download   open file
Kruskal’s Algorithms
UNIT 5:
word
download   open file
Introduction to Hashing
word
download   open file
Separate Chaining
word
download   open file
Open Addressing
word
download   open file
Priority Queue
word
download   open file
Binary Heap
word
download   open file
Applications of Heap