SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

MockP2

» Start this Course
(Practice similar questions for free)
Question:

Removes an item from the queue

Author: Sozen



Answer:

What does this pseudocode do? (queues) if isEmpty then print("Queue empty") item = Null else item = q[front] front = (front + 1) MOD maxSize size = size - 1


0 / 5  (0 ratings)

1 answer(s) in total

Author

Sozen
Sozen