ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,531 results

Related queries

deque in java

input restricted deque

amplify learning class 12 computer science

circular queue animation

priority queue

k map class 12 isc

amplify learning class 12 chemistry

enqueue

inheritance class 12 isc computer

recursion class 12 isc

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

481 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

35,779 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

457,627 views

6 years 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,630 views

Streamed 9 months 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,424 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

667 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,935 views

5 years 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,694 views

8 years ago

Bro Code
Data Structures and Algorithms Full Course 📈

Data Structures and Algorithms full course tutorial java #data #structures #algorithms ⭐️Time Stamps⭐️ #1 (00:00:00) What ...

4:00:15
Data Structures and Algorithms Full Course 📈

2,552,304 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,352 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,411 views

7 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

138,701 views

9 months 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,728 views

3 years ago

Yash Maheshwari
OBJECT PASSING THROUGH METHOD | Live Revision | Lec - 06 | 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:31:19
OBJECT PASSING THROUGH METHOD | Live Revision | Lec - 06 | Computer ISC Class12 | Hritik Sir

14,269 views

Streamed 9 months ago

Naveen AutomationLabs
#28 - What is PriorityQueue in Java with Examples (using Comparator)

In this video, I have explained - What is PriorityQueue with Examples (using Comparator). Java Collection Series (2021) Latest ...

15:38
#28 - What is PriorityQueue in Java with Examples (using Comparator)

21,488 views

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

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

3 years 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))

196 views

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

467 views

2 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

330,511 views

6 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

613 views

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

109,923 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,212 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,663 views

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

81,786 views

11 months 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,490 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,741 views

Streamed 9 months ago