ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

586,231 results

Related queries

deque java

double ended queue malayalam

dequeue isc class 12

input restricted deque

circular queue animation

priority queue

enqueue

Lalitha Natraj
Introduction to Double Ended Queues

Video 8 of a series explaining the basic concepts of Data Structures and Algorithms. This video introduces a variation of the queue ...

11:23
Introduction to Double Ended Queues

75,343 views

6 years ago

JomaClass
Deque (Double-Ended Queue) | Data Structures & Algorithms

All JomaClass videos from 2020 are now free to watch. If you enjoy please consider donating here: https://support.joma.io/ This ...

4:33
Deque (Double-Ended Queue) | Data Structures & Algorithms

393 views

2 months ago

Jenny's Lectures CS IT
4.7 DEQUE in Data Structure | Introduction to DEQue - Double Ended Queue

Jennys Lectures DSA with Java Course Enrollment link: ...

12:45
4.7 DEQUE in Data Structure | Introduction to DEQue - Double Ended Queue

457,086 views

6 years ago

Daniel Boctor
The Best Data Structure You’ve Never Heard of | Python Deques

In this video, we delve into the Python Deque, a versatile data structure that combines the features of both stacks, queues, and ...

3:37
The Best Data Structure You’ve Never Heard of | Python Deques

6,491 views

2 years ago

Indently
A Very Fast And Memory Efficient Alternative To Python Lists (Deque)

Today, we will be looking at deque, a package that comes with Python that is known for it's memory-efficiency in managing ...

5:01
A Very Fast And Memory Efficient Alternative To Python Lists (Deque)

25,318 views

3 years ago

Algorithms with Attitude
Stacks, Queues, and Double Ended Queues (Deques)

Table of Contents: 00:00 - Introduction and Prerequisites 00:18 - Stack Operations 01:13 - Queue Operations 01:52 - Deque ...

6:18
Stacks, Queues, and Double Ended Queues (Deques)

38,013 views

9 years ago

Caleb Curry
Intro to Deques (Double Ended Queue) - C++ Tutorial 24

Start your software dev career - https://calcur.tech/dev-fundamentals Visual Assist - https://calcur.tech/vassist FREE Courses ...

4:58
Intro to Deques (Double Ended Queue) - C++ Tutorial 24

10,976 views

3 years ago

Jakob Jenkov
Java Deque

The Java Deque interface represents a double ended queue (DEQue), meaning a queue which you can enque and deque ...

13:44
Java Deque

29,872 views

5 years ago

People also watched

Engineerhoon
Introduction to Dequeue Data Structure and its code explanation | Engineer

A video on Dequeue Data Structure and its code explanation.

18:27
Introduction to Dequeue Data Structure and its code explanation | Engineer

7,411 views

7 years ago

The Theory Of Code
Python Deque Container in Python Collections

Welcome to the video series on interesting topics of modern python programming. In this video we're talking about python deque, ...

10:12
Python Deque Container in Python Collections

1,909 views

4 years ago

Simplilearn
Deque In Data Structure | Introduction To Deque With Example | Data Structures Tutorial |Simplilearn

Deque is an abbreviation for Double-Ended Queue. And as the term Double-ended queue suggests, it is a type of queue with ...

39:03
Deque In Data Structure | Introduction To Deque With Example | Data Structures Tutorial |Simplilearn

12,895 views

4 years ago

Tech With Tim
Intermediate Python Tutorial #8 - Collections/Deque(deck)

Intermediate Python Tutorial #8 - Collections/Deque(deck) Today's Topic: deque, this is a unique data type within the collections ...

9:55
Intermediate Python Tutorial #8 - Collections/Deque(deck)

44,049 views

7 years ago

Nathan S
Queues Part 1:  Enqueue and Dequeue (Java)

This video looks at the abstract Data Type Queue. It shows how they are constructed in and utilized in Java. It looks at the methods ...

7:36
Queues Part 1: Enqueue and Dequeue (Java)

58,289 views

12 years ago

AlgoMonster
Monotonic Stack Data Structure Explained

LeetCode Pattern - Monotonic stack, Monotonic deque, Monotonic queue Next Greater Element II Daily Temperature Sliding ...

5:43
Monotonic Stack Data Structure Explained

88,188 views

2 years ago

Daily Code Buffer
ArrayDeque in Java | Internal Working

In this video, we will discuss ArrayDeque in java. We will see what kind of problems arrayDeque solves and why and how its ...

10:37
ArrayDeque in Java | Internal Working

12,712 views

3 years ago

mycodeschool
Data structures: Array implementation of Queue

See complete series on data structures here: http://www.youtube.com/playlist?list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P ...

14:59
Data structures: Array implementation of Queue

931,853 views

12 years ago

Andy Guna
Priority Queues by A.D. Gunawardena

This video discusses basics of priority queues.

18:50
Priority Queues by A.D. Gunawardena

118,385 views

14 years ago

AlgoMasterIO
Monotonic Stack in 6 minutes | LeetCode Pattern

Master DSA Patterns: https://algomaster.io/ ▻ My DSA Playlist: ...

6:38
Monotonic Stack in 6 minutes | LeetCode Pattern

40,664 views

11 months ago

CodeWithHarry
Double-Ended Queue in Data Structure (DE-Queue Explained)🔥

Double Ended Queue: Data Structure A deque, also known as a double-ended queue, is an ordered collection of items similar to ...

14:58
Double-Ended Queue in Data Structure (DE-Queue Explained)🔥

233,734 views

5 years ago

Jenny's Lectures CS IT
4.8 Implementation of DEQUE using Circular Array | Data Structures Tutorials

... program to implement DEQUE(Double Ended Queue) using circular array. Discussed all the operations on deque data structure ...

36:37
4.8 Implementation of DEQUE using Circular Array | Data Structures Tutorials

330,225 views

6 years ago

CodeLucky
C++ Deque: Double-Ended Queue Explained for Beginners!

Dive into the world of C++ Deques! This video is your ultimate guide to understanding and using the `std::deque` container.

6:53
C++ Deque: Double-Ended Queue Explained for Beginners!

560 views

8 months ago

CodeLucky
Deque (Double Ended Queue) Explained: Sliding Window Maximum Algorithm Tutorial

Learn about Deque (Double Ended Queue) data structure and how it can be efficiently used to solve the sliding window maximum ...

7:49
Deque (Double Ended Queue) Explained: Sliding Window Maximum Algorithm Tutorial

240 views

9 months ago

Lalitha Natraj
Double Ended Queue - Additions

Video 9 of a series explaining the basic concepts of Data Structures and Algorithms. This video explains the basic concepts ...

8:22
Double Ended Queue - Additions

15,416 views

6 years ago

Rapid Tutor
83 - Deque Operations using Circular Array | Double Ended Queue | Data Structures

Deque #DataStructure #DoubleEndedQueue #PushFront #PushBack #PopFront #PopBack #CircularArray #Algorithms Deque ...

12:17
83 - Deque Operations using Circular Array | Double Ended Queue | Data Structures

261 views

9 months ago

Easy Learning with Nisha
Lecture 18 : Double ended queue Dequeue in data structure

Data Structures tutorial link https://youtube.com/playlist?list=PLpd-PtH0jUsVnw6gHT6PzDDIgnn4JslBZ Java programming tutorial ...

1:40
Lecture 18 : Double ended queue Dequeue in data structure

9,131 views

4 years ago

GridoWit
Deque (Double Ended Queue)

Watch Freely on your Laptops, Tablet, smartphones ( Windows, Android, iPhone )

6:50
Deque (Double Ended Queue)

44,343 views

10 years ago

CS & IT Tutorials by Vrushali 👩‍🎓
DSA 32 : Learn Double Ended Queue Operations with Examples

Details About: Introduction of Double Ended Queue Types of Double Ended Queue Operations Performed on Double Ended ...

10:07
DSA 32 : Learn Double Ended Queue Operations with Examples

14,704 views

5 years ago

CS KTU Lectures
Double Ended Queue: Algorithm

CST 201 - Data Structures- Module 2(KTU 2019 Regulation)

10:20
Double Ended Queue: Algorithm

12,774 views

3 years ago

Gaurav Sen
Deque - Data Structure

The Deque is a double ended queue which comes in handy when we are working with continuous ranges. The problem solved ...

9:17
Deque - Data Structure

63,682 views

8 years ago