Data Structures Question:
Which process places data at the back of the queue?
Answer:
Enqueue is the process that places data at the back of the queue in data structure.
Previous Question | Next Question |
What is the relationship between a queue and its underlying array? | Why is the isEmpty() member method called? |