Dr. Radha Krishnan Institue of Technology, Jaipur Lecture Plan
Dr. Radha Krishnan Institue of Technology, Jaipur Lecture Plan
Topic
Lect. Req.
Performance Measurement Space complexity and Time complexity 1 Unit 1 (6) Linear Lists - Array and linked representation
singly linked lists. Concept of circular linked lists doubly linked lists big oh, omega and theta notations and their significance
1 1 1 1 1
1 1 1 1 2 1 1 1 1 1 1 1 1
Stacks
Representation in array & linked lists basic operation Applications of stacks in Unit 3 parenthesis matching towers of Hanoi (8) Queues Representation in array & linked lists applications circular queues.
Topic
Lect. Req.
Lect. No.
Date of Delivery
Trees
Binary Tree representation in array & linked lists basic operation on binary trees Unit 4 binary tree traversal (preorder, post order, in order) (9) Search Trees - Binary search tree indexed-binary search tree basic operation AVL tree B-tree & Heap Tree.
1 1 1 1 1 1 1 1 1 1 1 2 2 1 1 1 1 1
Graphs
Representation of unweighted graphs BFS, DFS Minimum cost spanning trees