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
197 results
HashMap is arguably the most important data structure in Java. From caching systems and user management to configuration ...
10 views
4 weeks ago
This is the short version. The full two-part breakdown, with the real Java numbers on screen: Part 1 — how it finds anything ...
37 views
3 weeks ago
Java equals and hashCode explained through the most classic bug in the language: you put an object in a HashMap, look it up ...
En este video aprenderás las diferencias entre **List y Set en Java** y cuándo deberías utilizar cada una de estas estructuras de ...
42 views
13 days ago
PART 2 IS UP — Why your HashMap silently loses data: https://youtu.be/aW46OR33zwE?si=qLo08TThBuEwInJg A HashMap ...
32 views
3 days ago
Want to learn Java in 2026 but don't know where to start? This Java roadmap for 2026 breaks down exactly what you should learn ...
7,654 views
2 days ago
DESCRIPTION: Build three intermediate Java 21 projects from scratch. The first 15 seconds show the real results, so you know ...
94 views
The Map Interface is one of the most important parts of the Java Collections Framework. From user accounts and product catalogs ...
20 views
1 month ago
Learn Java HashMap from the basics with a simple explanation and a practical coding problem. In this video, we cover: What is a ...
12 views
10 days ago
The most famous coding interview question EVER: LeetCode #1 (Two Sum). Welcome to Day 1 of the 40 Days of DSA with Java ...
9 views
12 days ago
Welcome to Part 1 of my Senior Java Backend Interview Preparation series. In this video, we're starting with one of the most ...
40 views
11 days ago
... Complexity: O(n + m) Space Complexity: O(n) This is Problem 4 in the Master Hashing in Java playlist. #DSA #Java #LeetCode.
76 views
In this video, we solve LeetCode 347: Top K Frequent Elements using a HashMap and Max Heap in Java. We cover: ...
6 views
Hashing for coding interviews, explained: trade O(n) space on a HashMap for O(1) lookups, and three moves cover the whole ...
2 views
DESCRIPTION* Before the problems — the data structure itself. This video covers how a hash table achieves O(1) average ...
34 views
In this video, we solve LeetCode 217: Contains Duplicate using a HashSet in Java. We'll cover: ✓ Problem explanation ...
How do companies like Amazon, Netflix, Google, Uber, Instagram, and Facebook serve millions of users while keeping their ...
87 views
In this lesson, learn what a HashSet in Java is. We will also run some examples for HashSet: Create a HashSet Size of a HashSet ...
146 views
In this video, we learn **HashSet in Java** from the basics with practical examples. You will learn: * What is a Set in Java?
DSA MASTER — FROM BASICS TO PRO | LeetCode #1342 Welcome to Episode 3 of my DSA journey! In this video, we solve ...