Computer Science, asked by Anonymous, 3 months ago

Queue aur Dqueue mein difference kya hai?, Data Structure in Java std 12.

No Spam.....​

Answers

Answered by Kenaz
1

Explanation:

Queue is a list where insertion is done at one end and removal is done at the other end. Dequeue is a list where every end supports insertion and removal.

Similar questions