Abstract Data Types (ADTs) Stack: Push; Pop, stack representation using array and
linked list, Applications of Stack, Recursion. Queue: Representation using array and
linked list, Insertion and deletion operations, circular queue, Dequeue, priority queue.
Linked Lists & their types (Single, Double, Circular linked lists), Operations on
Varieties of Linked Lists (Search and Update) with applications
here are the steps in a numbered list format:
1. Abstract Data Types (ADTs)
2. Stack:
1. Push
2. Pop
3. Stack representation using array and linked list
4. Applications of Stack
5. Recursion
3. Queue:
1. Representation using array and linked list
2. Insertion and deletion operations
3. Circular queue
4. Dequeue
5. Priority queue
4. Linked Lists & their types:
1. Single
2. Double
3. Circular linked lists
5. Operations on Varieties of Linked Lists:
1. Search and Update
2. Applications.
Post a Comment