ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

521 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,290 views

4 years ago

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

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

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

5 years ago

HackerRank
Data Structures: Stacks and Queues

Learn the difference between linear data structures stacks and queues. This video is a part of HackerRank's Cracking The Coding ...

5:46
Data Structures: Stacks and Queues

595,077 views

9 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

117,359 views

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

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

12 years ago

Geekific
Implement Queue using Stacks | Explained, Visualized and Implemented | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ Most, if not all of the ...

4:07
Implement Queue using Stacks | Explained, Visualized and Implemented | Geekific

2,781 views

3 years ago

Dr Codie
Queue | Collections | More Simple Python Tutorials | 2021

So, there is a function that allows for removal at the beginning of a list called deque which stands for double ended queue.

16:16
Queue | Collections | More Simple Python Tutorials | 2021

452 views

4 years ago

Teddy Dev
CSCI2120 - Lecture 17B:  Collections -  Deque

CSCI2120 - Software Design & Development II (Java) UNIT 2: Managing Data: Collections Framework Lecture 17B. Deque ...

29:38
CSCI2120 - Lecture 17B: Collections - Deque

12 views

3 years ago

Java
Java 21 New Feature: Sequenced Collections - JEP Cafe #19

... Adding SequencedCollection and SequencedSet to the Collections API 13:27 Making Deque implement SequencedCollection ...

20:10
Java 21 New Feature: Sequenced Collections - JEP Cafe #19

29,944 views

2 years ago

Deque Software
Deque Software, India - "How to Proclaim Accessibility Compliance?" - Webinar

Aparna Pasi, Director of Professional Service at Deque & Abin Roy Choudhury, Vice President of Business Development at ...

49:11
Deque Software, India - "How to Proclaim Accessibility Compliance?" - Webinar

145 views

4 years ago

Dinesh Varyani
Part 2 - How to implement a Queue in Java - Enqueue Operation

Get DSA Animation Slides - https://topmate.io/dinesh_varyani/950549 ▻Full DSA Course ...

17:13
Part 2 - How to implement a Queue in Java - Enqueue Operation

26,478 views

8 years ago

CSRocks
Queue Data Structure Explained In Less Then 2 Minutes

Queue data structure is like a queue in a real world. It's a linear collection of elements and is widely used in networking, ...

1:42
Queue Data Structure Explained In Less Then 2 Minutes

3,867 views

8 years ago

Geekific
Queues Explained and Implemented with Arrays and LinkedLists in Java | Data Structures | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In this video we explain ...

12:01
Queues Explained and Implemented with Arrays and LinkedLists in Java | Data Structures | Geekific

2,294 views

4 years ago

Geekific
Sliding Window Maximum: Efficient Deque Solution Explained | LeetCode 239 | Geekific

Master one of the most commonly asked coding problems: Sliding Window Maximum! This problem is crucial for understanding ...

5:59
Sliding Window Maximum: Efficient Deque Solution Explained | LeetCode 239 | Geekific

1,691 views

8 months ago

Teddy Dev
CSCI2120 - Lecture 11A:  Collections -  LinkedList class

CSCI2120 - Software Design & Development II (Java) UNIT 2: Managing Data: Collections Framework Lecture 11A. LinkedList ...

39:54
CSCI2120 - Lecture 11A: Collections - LinkedList class

22 views

3 years ago

Khanh Nguyen J
Java Deque Tutorial | add(), addLast(), offerLast(), removeLast(), pollLast(), ... Explained

In this video, you'll learn how to *manipulate elements at the rear (end)* of a *Deque interface in Java* — including how to *add, ...

9:53
Java Deque Tutorial | add(), addLast(), offerLast(), removeLast(), pollLast(), ... Explained

5 views

1 month ago

Marcus
java.util.LinkedList with Coding session

I compare ArrayList to LinkedList, I talk about Queue, Deque and Stack, and give lots of example in a coding session.

27:57
java.util.LinkedList with Coding session

10,564 views

10 years ago