Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
7,097 results
A deque, also known as a double-ended queue, is an ordered collection of items similar to the queue. It has two ends, a front ...
9,177 views
5 years ago
This video introduces a variation of the queue data structure, the double ended queue. This video is meant for educational ...
79,538 views
7 years ago
Download notes from https://itsmeebin.wordpress.com/data-structures-cst201-2019-scheme/
22,914 views
Jennys Lectures DSA with Java Course Enrollment link: ...
493,110 views
6 years ago
CST 201 - Data Structures- Module 2(KTU 2019 Regulation)
3,728 views
4 years ago
Today, we will be looking at deque, a package that comes with Python that is known for it's memory-efficiency in managing ...
28,165 views
3 years ago
DEQUE (Double-Ended Queue) - Advantages, Disadvantages and Applications.
359 views
2 years ago
All JomaClass videos from 2020 are now free to watch. If you enjoy please consider donating here: https://support.joma.io/ This ...
2,235 views
9 months ago
11,955 views
In this video, we delve into the Python Deque, a versatile data structure that combines the features of both stacks, queues, and ...
8,220 views
DEQUE : The deque stands for Double Ended Queue. Deque is a linear data structure where the insertion and deletion ...
484 views
Data Structures and Algorithms(മലയാളം) QUEUE data structure-FIFO concept ,TYPES OF QUEUES-Priority, Simple, Circular ...
566 views
In this video/article, we dive deep into the concept of Deque (Double-Ended Queue) and its relation to Doubly Linked List in Java.
606 views
1 year ago
There are four different types of queues: Simple Queue Circular Queue Priority Queue Double Ended Queue Please subscribe ...
683 views
Data Structures and Algorithms(Malayalam) -Deque-Input restricted deque, output restricted deque, Insert Delete @front,rear ...
254 views
DoubleEndedQueue #Deque #DataStructure #Queue #Algorithms #DSA Deque - Double-Ended Queue : Types: 1.
447 views
A circular queue is the extended version of a regular queue where the last element is connected to the first element. Thus forming ...
17,156 views
Table of Contents: 00:00 - Introduction and Prerequisites 00:18 - Stack Operations 01:13 - Queue Operations 01:52 - Deque ...
38,764 views
10 years ago
A double-ended queue (deque) is a versatile data structure that allows insertion and deletion from both ends. In this video, we'll ...
33 views
Queue is an abstract data structure, somewhat similar to Stacks. Unlike stacks, a queue is open at both its ends. One end is ...
4,429 views