ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,542 results

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

561 views

2 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

36,581 views

9 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

458,984 views

6 years ago

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,587 views

6 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

673 views

11 months ago

Yash Maheshwari
INHERITANCE + DEQUEUE |  Live Revision | Lec - 08 | Computer ISC Class12 | Hritik Sir

Hello, Students! I am Er. Yash Maheshwari, and welcome to my channel :) For any queries or doubts Connect with ...

1:47:34
INHERITANCE + DEQUEUE | Live Revision | Lec - 08 | Computer ISC Class12 | Hritik Sir

12,763 views

Streamed 9 months ago

JavaJr. -Master Basic With Anand Sir
Deque(Push and  Pop operation at Rear) (For ISC(Class XII))

datastructures #deque #pushrear #poprear #dequeinjava #java #datastructuresforisc Stack Program ...

19:37
Deque(Push and Pop operation at Rear) (For ISC(Class XII))

197 views

10 months ago

People also watched

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,709 views

8 years ago

CodeWithBK
ISC Class 12 Computer Science 2025 Specimen Q2 | Infix to Postfix, Address Calc. & Predict Output

ISC Class 12 Computer Science 2025 Specimen Q2 | Infix to Postfix, Address Calc. & Predict Output Welcome to *CodeWithBK* ...

11:13
ISC Class 12 Computer Science 2025 Specimen Q2 | Infix to Postfix, Address Calc. & Predict Output

1,919 views

1 year 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

932,439 views

12 years ago

GridoWit
Deque (Double Ended Queue)

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

6:50
Deque (Double Ended Queue)

44,363 views

10 years ago

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,413 views

7 years ago

Lalitha Natraj
Introduction to Circular Queues

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

10:43
Introduction to Circular Queues

113,989 views

6 years ago

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,387 views

4 years ago

Shradha Khapra
New Chapter : Queue Data Structure

Starting with New Chapter Queue Data Structure (in C++ language) Lecture 77 of DSA Series for Tech Placements ✨ Instagram ...

18:55
New Chapter : Queue Data Structure

141,933 views

10 months 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,917 views

5 years ago

Michael Sambol
Queues in 3 minutes

Queues in 3 minutes. Code: https://github.com/msambol/dsa/blob/master/data_structures/queue.py Sources: 1. Introduction To ...

3:10
Queues in 3 minutes

118,510 views

3 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

331,365 views

6 years ago

CodeWithBK
ISC Class 12 Computer Science 2023 Theory | Q9 - Complete class deQueue

ISC Class 12 Computer Science 2023 Theory | Q9 - Complete class deQueue Welcome to *CodeWithBK* — your complete ...

17:00
ISC Class 12 Computer Science 2023 Theory | Q9 - Complete class deQueue

468 views

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

701 views

2 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)🔥

234,467 views

5 years ago

Amplify Learning - with Alok
Queue Data Structure in Java | Queue implementation using array | ISC Computer

Queue Program link: ...

24:17
Queue Data Structure in Java | Queue implementation using array | ISC Computer

110,142 views

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

3 years ago

Simplilearn
Stacks And Queues In Data Structure | Data Structures And Algorithms Tutorial | Simplilearn

IBM - Full Stack Java Developer Masters Program ...

11:38
Stacks And Queues In Data Structure | Data Structures And Algorithms Tutorial | Simplilearn

91,972 views

4 years ago

Mind Your Exam Channel
Deque - Double Ended Queue: NCERT Class 12 Computer Science with Python: CBSE Board Exams

For Online Tuitions, email at mindyourexamchannel@gmail.com Class 12 Computer Science with Python 3 Chapter 4: Queue ...

6:00
Deque - Double Ended Queue: NCERT Class 12 Computer Science with Python: CBSE Board Exams

1,503 views

3 years ago

Yash Maheshwari
STACK + QUEUE |  Live Revision | Lec - 07 | Computer ISC Class12 | Hritik Sir

Hello, Students! I am Er. Yash Maheshwari, and welcome to my channel :) For any queries or doubts Connect with ...

1:33:26
STACK + QUEUE | Live Revision | Lec - 07 | Computer ISC Class12 | Hritik Sir

11,860 views

Streamed 9 months ago

CodeWithBK
ISC Class 12 Computer Science 2025 Specimen Q9 | Java Program - Deque

ISC Class 12 Computer Science 2025 Specimen Q9 | Java Program - Deque Welcome to *CodeWithBK* — your complete ...

16:28
ISC Class 12 Computer Science 2025 Specimen Q9 | Java Program - Deque

659 views

1 year ago