a) Rear = MAX_SIZE – 1
b) Front = (rear + 1)mod MAX_SIZE
c) Front = rear + 1
d) Rear = front
A normal queue, if implemented using an array of size MAX_SIZE, gets full when?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
A normal queue, if implemented using an array of size MAX_SIZE, gets full when?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!