Subject Details
Dept     : ECE
Sem      : 2
Regul    : R2019
Faculty : Devi
phone  : NIL
E-mail  : devi.g.cse@snsct.org
509
Page views
45
Files
1
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 Algorthim and Analysis Linear Search & Binary Search
word
download   open file
Sorting Algorthim and Analysis 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 Linked List Implementations
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
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 Addresing
word
download   open file
Priority Queue
word
download   open file
Binary Heap
word
download   open file
Applications of Heap