Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
107 results
In this video, we solve an improved version of the movie theater queue exercise, applying PriorityQueue in Java to serve ...
51 views
4 days ago
Explore why concurrent enqueuing and dequeuing with Java's ArrayBlockingQueue does not guarantee thread-sequential order ...
0 views
Welcome to Code with Bharadwaj Code with Bharadwaj is a high-impact programming channel built for those who want to master ...
46 views
2 days ago
In this video, we explain the ArrayDeque dynamic structure in Java, also known as a double queue. You will learn how to insert ...
54 views
3 days ago
In this video, you'll learn what PriorityQueue is in Java and how this dynamic structure works, allowing you to work with ...
50 views
5 days ago
45 views
1 day ago
Most tutorials just use Java's built-in PriorityQueue ✓ Real engineers build the logic from scratch to understand what happens ...
44 views
49 views
The Java Collections Framework is one of the most important and most misunderstood parts of Java. In this video, we build a ...
18 views
Kafka has always been known as an event streaming platform, not a traditional message queue. With Apache Kafka 4.x, that ...
156 views
PriorityQueue in java 24.
6 days ago
Java 21 introduces Sequenced Collections, a powerful enhancement to the Java Collections Framework that provides a ...
Learn how to solve the 'Number of Recent Calls' coding problem using a Queue and the Sliding Window technique! In this ...
11 hours ago
How LinkedList Works Internally in Java – Simple Explanation LinkedList is one of the most important classes in the Java ...
439 views
Learn how to implement a LIFO Stack using FIFO Queues! In this video, we break down one of the most common data structure ...
In this video, we tackle LeetCode 232: Implement Queue using Stacks. This is a classic data structure design problem frequently ...
7 days ago
backstreetbrogrammer -------------------------------------------------------------------------------- Data Structure with Java implementation for ...
63 views
In this video, we learn how to implement a stack using only one queue — a classic data structure design problem frequently asked ...
14 views
Learn how to solve the 'Top K Frequent Words' problem efficiently using a Hash Map and a Priority Queue (Min-Heap)! In this ...
3 views
Struggling with Leetcode 1161? Learn how to find the maximum level sum of a binary tree using BFS. Step-by-step explanation, ...
11 views