ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

107 results

DiscoDurodeRoer
PriorityQueue in Java with a real-world case: movie queue

In this video, we solve an improved version of the movie theater queue exercise, applying PriorityQueue in Java to serve ...

4:27
PriorityQueue in Java with a real-world case: movie queue

51 views

4 days ago

vlogommentary
Understanding Unexpected Ordering in Java's ArrayBlockingQueue with Multiple Producer Threads

Explore why concurrent enqueuing and dequeuing with Java's ArrayBlockingQueue does not guarantee thread-sequential order ...

3:18
Understanding Unexpected Ordering in Java's ArrayBlockingQueue with Multiple Producer Threads

0 views

4 days ago

Web Fusion with Bharadwaj
16. Queue (Java)

Welcome to Code with Bharadwaj Code with Bharadwaj is a high-impact programming channel built for those who want to master ...

9:22
16. Queue (Java)

46 views

2 days ago

DiscoDurodeRoer
ArrayDeque in Java explained simply: insert at the beginning or the end

In this video, we explain the ArrayDeque dynamic structure in Java, also known as a double queue. You will learn how to insert ...

7:43
ArrayDeque in Java explained simply: insert at the beginning or the end

54 views

3 days ago

DiscoDurodeRoer
PriorityQueue in Java explained simply: priority queues

In this video, you'll learn what PriorityQueue is in Java and how this dynamic structure works, allowing you to work with ...

7:08
PriorityQueue in Java explained simply: priority queues

50 views

5 days ago

Web Fusion with Bharadwaj
19. Monotonic Queue Algorithm  (Java)

Welcome to Code with Bharadwaj Code with Bharadwaj is a high-impact programming channel built for those who want to master ...

21:03
19. Monotonic Queue Algorithm (Java)

45 views

1 day ago

The Techzeen
DSA Tutorial #61: Min Priority Queue from SCRATCH 🤯 Build Min Heap in Java (No Built-ins)

Most tutorials just use Java's built-in PriorityQueue ✓ Real engineers build the logic from scratch to understand what happens ...

27:07
DSA Tutorial #61: Min Priority Queue from SCRATCH 🤯 Build Min Heap in Java (No Built-ins)

44 views

5 days ago

Web Fusion with Bharadwaj
20. BFS Using Queue Algorithm (Java)

Welcome to Code with Bharadwaj Code with Bharadwaj is a high-impact programming channel built for those who want to master ...

16:50
20. BFS Using Queue Algorithm (Java)

49 views

1 day ago

YourCodeBuddy
Episode 22 - Collections Framework Deep Dive (Part 1) | Write Better Java Code

The Java Collections Framework is one of the most important and most misunderstood parts of Java. In this video, we build a ...

7:27
Episode 22 - Collections Framework Deep Dive (Part 1) | Write Better Java Code

18 views

5 days ago

Codefarm
Kafka Was Never a Queue… Until Now | Kafka Queues & Share Consumers

Kafka has always been known as an event streaming platform, not a traditional message queue. With Apache Kafka 4.x, that ...

34:38
Kafka Was Never a Queue… Until Now | Kafka Queues & Share Consumers

156 views

3 days ago

CyberArmory
PriorityQueue in java 24

PriorityQueue in java 24.

4:50
PriorityQueue in java 24

0 views

6 days ago

Durga Software Solutions
Java 21 New Features   Sequenced Collections

Java 21 introduces Sequenced Collections, a powerful enhancement to the Java Collections Framework that provides a ...

4:59
Java 21 New Features Sequenced Collections

0 views

4 days ago

CodeLucky
Number of Recent Calls - LeetCode Solution Explained - Queue Sliding Window

Learn how to solve the 'Number of Recent Calls' coding problem using a Queue and the Sliding Window technique! In this ...

3:58
Number of Recent Calls - LeetCode Solution Explained - Queue Sliding Window

0 views

11 hours ago

Ashok IT
Java LinkedList Internal Working | Data Structure Explained | Ashok IT

How LinkedList Works Internally in Java – Simple Explanation LinkedList is one of the most important classes in the Java ...

23:55
Java LinkedList Internal Working | Data Structure Explained | Ashok IT

439 views

3 days ago

CodeLucky
Implement Stack Using Queue - LeetCode Interview Problem Explained

Learn how to implement a LIFO Stack using FIFO Queues! In this video, we break down one of the most common data structure ...

3:28
Implement Stack Using Queue - LeetCode Interview Problem Explained

0 views

11 hours ago

Leetcode Unlocked
232. Implement Queue using Stacks | Leetcode Unlocked - Python

In this video, we tackle LeetCode 232: Implement Queue using Stacks. This is a classic data structure design problem frequently ...

8:34
232. Implement Queue using Stacks | Leetcode Unlocked - Python

0 views

7 days ago

Rishi’s programming channel
75 - Data Structure with Java implementation for Matching Engine design

backstreetbrogrammer -------------------------------------------------------------------------------- Data Structure with Java implementation for ...

9:41
75 - Data Structure with Java implementation for Matching Engine design

63 views

4 days ago

AlgoXploration
LeetCode 225: Stack using Queue (1 Queue Only) | DSA Queue Series

In this video, we learn how to implement a stack using only one queue — a classic data structure design problem frequently asked ...

11:08
LeetCode 225: Stack using Queue (1 Queue Only) | DSA Queue Series

14 views

2 days ago

CodeLucky
Top K Frequent Words - Priority Queue Solution (LeetCode Explained)

Learn how to solve the 'Top K Frequent Words' problem efficiently using a Hash Map and a Priority Queue (Min-Heap)! In this ...

3:24
Top K Frequent Words - Priority Queue Solution (LeetCode Explained)

3 views

1 day ago

ExpertFunda
Maximum Level Sum of a Binary Tree | Leetcode 1161 Explained with BFS & Java

Struggling with Leetcode 1161? Learn how to find the maximum level sum of a binary tree using BFS. Step-by-step explanation, ...

21:54
Maximum Level Sum of a Binary Tree | Leetcode 1161 Explained with BFS & Java

11 views

5 days ago