A linear data structure that allows the insertion and removal of elements from both ends.
एक रैखिक डेटा संरचना जो दोनों सिरे से तत्वों को जोड़ने और हटाने की अनुमति देती है।
English Usage: "The deque is used in application development for managing tasks."
Hindi Usage: "डेक को कार्य प्रबंधन के लिए अनुप्रयोग विकास में उपयोग किया जाता है।"
To remove an element from the front of a deque.
डेक के सामने से एक तत्व को हटाना।
English Usage: "You can deque an item to process it first."
Hindi Usage: "आप पहले इसे संसाधित करने के लिए एक आइटम को डेक कर सकते हैं।"