ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

50,089 results

Anuj Kumar Sharma
Deque in Data Structure | Double ended queue Data Structure | Stack & Queue using Deque | DSAOne #53

Hey guys, In this video, We're going to learn about a New Data Structure called Deque. Deque is also known as a Doubly-ended ...

8:39
Deque in Data Structure | Double ended queue Data Structure | Stack & Queue using Deque | DSAOne #53

39,288 views

4 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,842 views

5 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)

37,995 views

9 years 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

455,885 views

6 years ago

Lalitha Natraj
Introduction to Double Ended Queues

This video introduces a variation of the queue data structure, the double ended queue. This video is meant for educational ...

11:23
Introduction to Double Ended Queues

75,186 views

6 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,695 views

3 years ago

Programming Tutorials
Java Deque | Deque Interface in Java with Example | ArrayDeque

In this tutorial, I have explained java Deque with example. Also, i have explained it's implementation ArrayDeque and LinkedList.

16:36
Java Deque | Deque Interface in Java with Example | ArrayDeque

16,179 views

3 years ago

Coding Env
Introduction to Dequeue or deque or a double ended queue data structure in Java.

Introduction to Dequeue or a double ended queue data structure in Java. Get all its internal working with nice diagram. How to use ...

12:53
Introduction to Dequeue or deque or a double ended queue data structure in Java.

5,945 views

4 years 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,253 views

5 years ago

Bro Code
Learn Queue data structures in 10 minutes 🎟️

Queue data structure java tutorial example explained #queue #data #structure ...

10:07
Learn Queue data structures in 10 minutes 🎟️

200,374 views

4 years ago

Programming For Beginners
Java Tutorial #52 - Java Deque Interface with Examples (Collections)

Java Tutorial #52 - Java Deque Interface with Examples (Collections) In this video by Programming for Beginners we will learn ...

8:11
Java Tutorial #52 - Java Deque Interface with Examples (Collections)

9,304 views

3 years ago

Umair's classes- ICSE & ISC computer
DEQUE in java ISC class 12 computer | double ended queue concept based explanation

DEQUE in java ISC class 12 computer . Double ended queue concept based explanation . Add & remove from both end .

13:45
DEQUE in java ISC class 12 computer | double ended queue concept based explanation

661 views

10 months ago

conceptFork
What is a Deque in Data Structure? | Double Ended Queue Explained with Example #datastructures

In this video, you'll learn the concept of Deque (Double-Ended Queue) — one of the most versatile data structures in computer ...

0:05
What is a Deque in Data Structure? | Double Ended Queue Explained with Example #datastructures

3,837 views

2 months ago

Adam Bien
Deque.addFirst over List.add(0,...) #java #shorts

The addFirst (https://docs.oracle.com/en/java/javase/20/docs/api/java.base/java/util/LinkedList.html#addFirst(E)) method is nicer to ...

0:41
Deque.addFirst over List.add(0,...) #java #shorts

1,123 views

2 years ago

CodeWithHarry
ArrayDeque in Java

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

13:46
ArrayDeque in Java

130,242 views

4 years ago

Code Morsels
A Simple Java Double Deque ("double deck")

In this video you can watch me as I code a Java Double Deque. Similar to a doubly linked list with particular behavior to give it that ...

1:02:43
A Simple Java Double Deque ("double deck")

1,205 views

6 years ago

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

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

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

329,538 views

6 years ago

Umair's classes- ICSE & ISC computer
Deque in Java | ISC Class 12 Computer Science One Shot Explanation | Deque Full Concept explanation

In this one-shot video, we'll cover Deque in Java (Double Ended Queue) — a very important topic for ISC Class 12 Computer ...

12:12
Deque in Java | ISC Class 12 Computer Science One Shot Explanation | Deque Full Concept explanation

416 views

1 month ago

Programming Made Easy
Double Ended Queue in Java | Java Deque

DoubleEndedQueueInJava #JavaDeque #ProgrammingMadeEasy Hello and welcome programmers, today we are going to learn ...

14:28
Double Ended Queue in Java | Java Deque

813 views

5 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,665 views

8 years ago