Data Structures
Section 1
Unit 1: Basics of Data Structures
Section 2
Unit 2: Advanced Data Structures
;
Unit 2 • Chapter 1
Stacks and Queues
Concept Check
What data structure follows LIFO order?
Which data structure follows FIFO order?
Which data structure uses push and pop operations?
Which data structure uses enqueue and dequeue operations?
Which data structure is suitable for breadth-first search?