ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

285 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,298 views

4 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

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,303 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,104 views

9 years 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,547 views

12 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

Coding Codes
DSaA #56 - Queues in Java [By Mosh Hamedani]

Data structures and algorithms coding course by Mosh Hamedani (Episode 56)

5:13
DSaA #56 - Queues in Java [By Mosh Hamedani]

162 views

2 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

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

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

8 years ago

Study Hub
Lecture 15: Queue Implementation Demystified: From Linked Lists to Resizing Arrays |Queue Efficiency

In this video, we explore the implementation of queues, fundamental data structures used for managing collections of objects with ...

5:33
Lecture 15: Queue Implementation Demystified: From Linked Lists to Resizing Arrays |Queue Efficiency

293 views

1 year 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,296 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,694 views

9 months ago

Dinesh Varyani
Part 3 - How to implement a Queue in Java - Dequeue Operation

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

16:45
Part 3 - How to implement a Queue in Java - Dequeue Operation

20,292 views

8 years ago

Better Dev with Anubhav
Distributed Queue Using Apache Zookeeper

This is a video about Distributed queue using zookeeper. In this video, we leverage the capability of zookeeper to create ...

15:16
Distributed Queue Using Apache Zookeeper

3,090 views

2 years ago

Anuj Kumar Sharma
Implement Queue using two Stack & Implement Stack using two Queue | DSA-One Course #51

... queue c++ stack implementation using queue 225. implement stack using queues java anuj bhaiya java double ended queue ...

8:57
Implement Queue using two Stack & Implement Stack using two Queue | DSA-One Course #51

65,275 views

4 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

Anuj Kumar Sharma
Queue Data Structure | Queue in Java | Implement Queue using LinkedList | DSA-One Course #48

Hey guys, In this video, We're going to learn about the Queue data structure. We'll also implement queue using LinkedList Take ...

9:27
Queue Data Structure | Queue in Java | Implement Queue using LinkedList | DSA-One Course #48

53,533 views

4 years ago

Amulya's Academy
Queues Explained: Enqueue, Dequeue & Real-Life Examples! | Data Structure | Python Tutorials

This tutorial introduces the queue data structure in Python programming, explaining its fundamental concept as a linear data ...

4:17
Queues Explained: Enqueue, Dequeue & Real-Life Examples! | Data Structure | Python Tutorials

87,658 views

5 years ago

Geekific
Collections Framework in Java with Examples | The Collection and Map Interfaces in Java | Geekific

Timestamps: 00:00 Introduction 00:41 The List Interface 02:38 The Queue Interface 04:18 Stack vs. Deque 05:21 The Set Interface ...

8:10
Collections Framework in Java with Examples | The Collection and Map Interfaces in Java | Geekific

2,678 views

4 years ago

Sandeep Mandrawadkar
CIP-30- Double Linked List as a Queue

This session is dedicated to show how double linked list is used as a queue. The queue has two ends- front and back. The front ...

8:16
CIP-30- Double Linked List as a Queue

5 views

3 years ago

Alex Hyett
Stack vs Heap Memory - Simple Explanation

I take a look at Stack and Heap Memory and how it affects your application. Knowing how memory is handled in your application ...

5:28
Stack vs Heap Memory - Simple Explanation

387,900 views

3 years ago

CS Hero
Data Structures: What is Circular Array / Ring Buffer / Dequeue?

A circular array is also known as circular queue, circular buffer, cyclic buffer, ring buffer, or double ended queue (dequeue).

10:46
Data Structures: What is Circular Array / Ring Buffer / Dequeue?

4,042 views

3 years ago

Gate Smashers
Lec-48: Dequeue() in Queue using Array | Data Structure #gatesmashers

Subscribe to our new channel:https://www.youtube.com/@varunainashots Dequeue is an operation used in a queue data ...

12:13
Lec-48: Dequeue() in Queue using Array | Data Structure #gatesmashers

95,833 views

2 years ago

Deque Systems
Bolstering Accessibility; A look inside the Deque, Microsoft relationship

Preety Kumar, CEO of Deque Systems and Wendy Chisholm, Principle Accessibility Architect at Microsoft, discuss the historical ...

4:24
Bolstering Accessibility; A look inside the Deque, Microsoft relationship

1,849 views

6 years ago