What is a double ended queue?

1 answer

Answer

1143751

2026-07-08 09:20

+ Follow

A double ended queue, or deque, is a queue in which you can access or modify both the head and the tail. The front pointer can be used for insertion (apart from its usual operation i.e. deletion) and rear pointer can be used for deletion (apart from its usual operation i.e. insertion)

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.