ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,041 results

Geekific
Java Deque in 1 min | #geekific #deque #in1min

Our Discord, GitHub repo, and socials: https://linktr.ee/geekific.

1:21
Java Deque in 1 min | #geekific #deque #in1min

3,423 views

7 months 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

JavaAndSpring Quick brushup
#28 Java coding questions and answers | Deque in Java, java assessment questions #codingshorts

prepare for an upcoming coding test by visiting playlists at my channel @JavaSpringInterviewQA.

0:23
#28 Java coding questions and answers | Deque in Java, java assessment questions #codingshorts

25 views

8 months 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

Lee Code
Deque or Doubly Ended Queue in Tamil | DSA in Java

In this video/article, we dive deep into the concept of Deque (Double-Ended Queue) and its relation to Doubly Linked List in Java.

7:47
Deque or Doubly Ended Queue in Tamil | DSA in Java

376 views

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

2 months ago

ESCUELATINA
DEQUE en Java

En este video veremos DEQUE en Java. #java #programacion.

13:52
DEQUE en Java

67 views

8 months ago

The DSA Lab
Understanding Stack and Deque | Data Structures | Simple and Clear

Welcome to The DSA Lab! In this video, we dive into one of the core concepts in Data Structures — Stack and Deque — explained ...

8:29
Understanding Stack and Deque | Data Structures | Simple and Clear

197 views

1 month ago

GeeksforGeeks
DSA In Java | Queues | Java in One Shot | Queues in Java

The best DSA Course trusted by 1,00000+ learners - https://www.geeksforgeeks.org/courses/dsa-self-paced Master the Queue ...

3:58:42
DSA In Java | Queues | Java in One Shot | Queues in Java

3,548 views

1 month ago

Enes
Master Java Deque Step by Step! 🚀 Full Code Walkthrough + Real-Life Examples

Hey everyone! In this video, we will explore the Deque (Double-Ended Queue) data structure in Java from scratch, explaining ...

14:43
Master Java Deque Step by Step! 🚀 Full Code Walkthrough + Real-Life Examples

10 views

7 months ago

Erkam Sivrikaya
Java Deque (MyDeque) Implementation | Full Step-by-Step Explanation
23:00
Java Deque (MyDeque) Implementation | Full Step-by-Step Explanation

4 views

7 months ago

Amplify Learning - Class 11, 12
Stack, Queue, Circular Queue, Dequeue | Data Structures 1 SHOT | ISC Class 12 Computer Science 2025

00:00 Introduction 00:30 Stacks 07:50 Queue 15:01 Circular Queue 22:50 Dequeue Data Structure in 1 Shot - 5 Marks Important ...

31:47
Stack, Queue, Circular Queue, Dequeue | Data Structures 1 SHOT | ISC Class 12 Computer Science 2025

34,973 views

8 months ago

ComputeVerse
Java Stack vs. Deque ✍️
0:29
Java Stack vs. Deque ✍️

321 views

7 months ago

Apna Engineer
Circular Queue in Data Structure

A Circular Queue is a data structure that overcomes the limitations of a regular queue by connecting the ends of the queue to form ...

0:09
Circular Queue in Data Structure

79,115 views

11 months ago

vlogize
Understanding the addLast Issue in Java Deque Implementations: A Simple Fix

Discover the common mistakes in implementing the `addLast` method in a Java deque and learn how to fix them for expected ...

1:51
Understanding the addLast Issue in Java Deque Implementations: A Simple Fix

2 views

8 months ago

KALAIPRIYA V
DEQUE INTERFACE
12:51
DEQUE INTERFACE

3 views

4 months ago

SPS Tech | Learn Java | Crack Interviews
4.5 Queues in Java Explained | Queue, Deque, PriorityQueue | Java Collections

Queues in Java form one of the most important data structures in backend development, scheduling systems, messaging ...

8:13
4.5 Queues in Java Explained | Queue, Deque, PriorityQueue | Java Collections

29 views

13 days ago

Next LVL Programming
What Is Deque Data Structure? - Next LVL Programming

What Is Deque Data Structure? In this informative video, we will break down the concept of the deque data structure and its ...

2:35
What Is Deque Data Structure? - Next LVL Programming

15 views

9 months ago

The Debug Zone
How to Set Size for a Deque in Java: Tips and Solutions Explained

In this video, we dive into the world of Java's Deque (Double-Ended Queue) and explore the crucial topic of setting its size.

3:36
How to Set Size for a Deque in Java: Tips and Solutions Explained

2 views

11 months ago

Dev Dood
Java Deque Explained | Flexible Queues in Java #dsa #datastructures

Learn about Deque, the Double-Ended Queue in Java! In this short video, we explain: ✓ What is a Deque? ✓ How to use the ...

2:13
Java Deque Explained | Flexible Queues in Java #dsa #datastructures

181 views

10 months ago

Umair's classes- ICSE & ISC computer
Queue in Java | ISC Class 12 Computer Science One Shot | Queue Explanation & Program

Understand Queue in Java for ISC Class 12 Computer Science in one complete session! In this one-shot video, we cover: • Queue ...

12:01
Queue in Java | ISC Class 12 Computer Science One Shot | Queue Explanation & Program

549 views

1 month ago

DSAwithT
Implementation of Deque Using Two Stacks in Java | Easy Explanation with Example

In this video, we'll learn how to implement a Deque (Double Ended Queue) using two Stacks in Java — step by step and in simple ...

16:40
Implementation of Deque Using Two Stacks in Java | Easy Explanation with Example

168 views

1 month ago

Khanh Nguyen J
Java Deque Tutorial | push(), addFirst(), offerFirst(), removeFirst(), pollFirst(), ... Explained

In this video, you'll learn *the basics of the Deque interface in Java* — focusing on *how to manipulate elements at the front* of a ...

14:31
Java Deque Tutorial | push(), addFirst(), offerFirst(), removeFirst(), pollFirst(), ... Explained

11 views

2 months ago

Tech-Bimba (ಬಿಂಬ)
#34.8 Deque and ArrayDeque in Java

"Welcome to Tech-ಬಿಂಬ" Topics Covered: 1️⃣ What is Deque (Double Ended Queue)? 2️⃣ Why is it called a double ...

11:22
#34.8 Deque and ArrayDeque in Java

27 views

8 months 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