Data Structures
Stacks
- Stack ADT: static memory approach (mode of working) – video from the CSE resources. Indian Institute of Technology Kharagpur
- Stack ADT: dynamic memory approach (mode of working) – video from the CSE resources. Indian Institute of Technology Kharagpur
- Postfix Notation using stacks – video from the CSE resources. Indian Institute of Technology Kharagpur
Queues
- Queue ADT: static memory approach (mode of working) – video from the CSE resources. Indian Institute of Technology Kharagpur
- Queue ADT: dynamic memory approach (mode of working) – video from the CSE resources. Indian Institute of Technology Kharagpur
- Use of queues for Round Robin scheduling) – video from the CSE resources. Indian Institute of Technology Kharagpur
Lists
- How does a (ordered) list work? (ADT – static memory approach) – video from the CSE resources. Indian Institute of Technology Kharagpur
- How does a (ordered) list work? (ADT – dynamic memory approach) – video from the CSE resources. Indian Institute of Technology Kharagpur
Description
Practical resources to understand the mode of working of some data structures and exercises which can be solved by using basic data structures.