Subject Details
Dept     : CSE
Sem      : 3
Regul    : 2017
Faculty : Mr. Karthikeyan. K
phone  : NIL
E-mail  : sns.cse.karthik@gmail.com
1.241K
Page views
104
Files
11
Videos
11
R.Links

Icon
Lecture Notes

UNIT 1:
word
download   open file
Abstract Data Types (ADTs) – List ADT
word
download   open file
List-Array-based implementation
word
download   open file
Linked list implementation-List
word
download   open file
Linked list implementation-List
word
download   open file
Singly linked lists
word
download   open file
Circularly linked lists
word
download   open file
Applications of lists –Polynomial Manipulation
word
download   open file
All operations (Insertion, Deletion, Merge, Traversal)
word
download   open file
All operations (Insertion, Deletion, Merge, Traversal)
UNIT 2:
word
download   open file
Stack ADT – Operations
word
download   open file
Evaluating arithmetic expressions
word
download   open file
Queue ADT – Operations
word
download   open file
Circular Queue
word
download   open file
Priority Queue
word
download   open file
deQueue
word
download   open file
Applications of queues.
word
download   open file
Stack Applications
word
download   open file
Conversion of Infix to postfix expression
UNIT 3:
word
download   open file
Tree ADT – tree traversals
word
download   open file
Binary Tree ADT
word
download   open file
Tree ADT – tree traversals
word
download   open file
Binary search tree ADT
word
download   open file
Expression trees – Applications of trees
word
download   open file
AVL Trees
word
download   open file
AVL Trees
word
download   open file
B-Tree - B+ Tree
word
download   open file
Applications of heap.
word
download   open file
Heap
UNIT 4:
word
download   open file
Topological Sort
word
download   open file
Depth-first traversal
word
download   open file
Breadth-first traversal
word
download   open file
Cut vertex
word
download   open file
Bi-connectivity
word
download   open file
Euler circuits
word
download   open file
Definition – Representation of Graph
word
download   open file
Applications of graphs
word
download   open file
Types of graph
UNIT 5:
word
download   open file
Searching- Linear Search - Binary Search
word
download   open file
Sorting - Bubble sort - Selection sort
word
download   open file
Insertion sort - Shell sort
word
download   open file
Hashing- Hash Functions
word
download   open file
Radix sort
word
download   open file
Open Addressing
word
download   open file
Separate Chaining
word
download   open file
Rehashing
word
download   open file
Extendible Hashing