Topics Covered
- Concept and Definition
- Inserting and Deleting nodes
- Linked implementation of a stack (PUSH/POP)
- Linked implementation of a queue (Insert/Remove)
- Circular List
- Stack as a circular list (PUSH/POP)
- Queue as a circular list (Insert/Remove)
- Doubly Linked List (Insert/Remove)