Hide Index
Queue
0% completed
Introduction to queues
Array implementation of queues
- Structure of an array based queue
- Cyclic nature of array based queues
- Implementing the queue class using an array
- Determining the size of the queue
- Checking if the queue is empty
- Accessing the front of the queue
- Accessing the back of the queue
- Enqueuing an item in the queue
- Dequeuing an item from the queue
- Design a queue using circular array
Linked list implementation of queues
- Structure of a linked list based queue
- Implementing a queue class using a linked list
- Determining the size of the queue
- Checking of the queue is empty
- Accessing the front of the queue
- Accessing the back of the queue
- Enqueuing an item in the queue
- Dequeuing an item from the queue
- Design a queue using linked list
Assessments
Certificate
Liking the course? Check our discounted plans to continue learning.
Subscribe