Completed
Course Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Stack and Queue in C
Automatically move to the next video in the Classroom when playback concludes
- 1 Course Introduction
- 2 What is Stack ?
- 3 Applications of Stack
- 4 Implementation of Stack using Array - Declaration and Initialization
- 5 Implementation Stack using Array Demo
- 6 Implementation Stack using Linked List - Declaration and Initialization
- 7 Implementation Stack using Linked List Demo
- 8 Advantages of Stack
- 9 Disadvantages of Stack
- 10 What is Queue ?
- 11 Applications of Queue
- 12 Implementation of Queue using Array - Declaration and Initialization
- 13 Implementation Queue using Array Demo
- 14 Implementation Queue using Linked List - Declaration and Initialization
- 15 Implementation Queue using Linked List Demo
- 16 Advantages of Queue
- 17 Disadvantages of Queue