ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

197 results

The Study Room Journal
Demystifying Java's HashMap: A Deep Dive into Hashing

HashMap is arguably the most important data structure in Java. From caching systems and user management to configuration ...

6:03
Demystifying Java's HashMap: A Deep Dive into Hashing

10 views

4 weeks ago

Code with Chetan
How Java HashMap ACTUALLY Works (Interview Favorite)

This is the short version. The full two-part breakdown, with the real Java numbers on screen: Part 1 — how it finds anything ...

4:34
How Java HashMap ACTUALLY Works (Interview Favorite)

37 views

3 weeks ago

Codivora
Java equals & hashCode — The Contract That Breaks HashMaps

Java equals and hashCode explained through the most classic bug in the language: you put an object in a HashMap, look it up ...

17:16
Java equals & hashCode — The Contract That Breaks HashMaps

10 views

3 weeks ago

Cegrisaes (backend)
Listas vs Sets en Java: todo lo que necesitas saber

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

8:15
Listas vs Sets en Java: todo lo que necesitas saber

42 views

13 days ago

Code with Chetan
you won't forget how HashMap works after this — Explained Visually (Part 1 of 2)

PART 2 IS UP — Why your HashMap silently loses data: https://youtu.be/aW46OR33zwE?si=qLo08TThBuEwInJg A HashMap ...

6:42
you won't forget how HashMap works after this — Explained Visually (Part 1 of 2)

32 views

3 days ago

EmbarkX | Real Engineering | Faisal Memon
Your Only Roadmap to Learning Java Like a Pro

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

15:39
Your Only Roadmap to Learning Java Like a Pro

7,654 views

2 days ago

Omar Kweidy
Intermediate Java Projects – Part 1: Log File Analyzer, CSV & Hashing #java #coding #programming

DESCRIPTION: Build three intermediate Java 21 projects from scratch. The first 15 seconds show the real results, so you know ...

10:04
Intermediate Java Projects – Part 1: Log File Analyzer, CSV & Hashing #java #coding #programming

94 views

3 weeks ago

The Study Room Journal
Java Collections: Maps vs Lists—Why You're Choosing Wrong

The Map Interface is one of the most important parts of the Java Collections Framework. From user accounts and product catalogs ...

6:25
Java Collections: Maps vs Lists—Why You're Choosing Wrong

20 views

1 month ago

CR CODES
Java HashMap Explained with Coding Problem | HashMap in Java

Learn Java HashMap from the basics with a simple explanation and a practical coding problem. In this video, we cover: What is a ...

6:25
Java HashMap Explained with Coding Problem | HashMap in Java

12 views

10 days ago

HARSH | Learn Programming
Master Hashing in Java: LeetCode 1 Two Sum | Day 1 of 40 Days DSA Bootcamp

The most famous coding interview question EVER: LeetCode #1 (Two Sum). Welcome to Day 1 of the 40 Days of DSA with Java ...

5:00
Master Hashing in Java: LeetCode 1 Two Sum | Day 1 of 40 Days DSA Bootcamp

9 views

12 days ago

Olesya
Senior Java Backend Interview Prep — Part 1: == vs .equals() vs hashCode()

Welcome to Part 1 of my Senior Java Backend Interview Preparation series. In this video, we're starting with one of the most ...

16:03
Senior Java Backend Interview Prep — Part 1: == vs .equals() vs hashCode()

40 views

11 days ago

AYER VERSE
Intersection of Two Arrays II Using HashMap | LeetCode 350 | Java

... Complexity: O(n + m) Space Complexity: O(n) This is Problem 4 in the Master Hashing in Java playlist. #DSA #Java #LeetCode.

11:47
Intersection of Two Arrays II Using HashMap | LeetCode 350 | Java

76 views

4 weeks ago

AYER VERSE
Top K Frequent Elements Using HashMap & Max Heap | LeetCode 347 | Java

In this video, we solve LeetCode 347: Top K Frequent Elements using a HashMap and Max Heap in Java. We cover: ...

12:06
Top K Frequent Elements Using HashMap & Max Heap | LeetCode 347 | Java

6 views

4 weeks ago

Codivora
Hashing & HashMaps Explained — Two Sum & Anagrams

Hashing for coding interviews, explained: trade O(n) space on a HashMap for O(1) lookups, and three moves cover the whole ...

19:37
Hashing & HashMaps Explained — Two Sum & Anagrams

2 views

3 weeks ago

Code With K5KC
The Hash Table — O(1) Lookups, Hashing, and Collisions Explained

DESCRIPTION* Before the problems — the data structure itself. This video covers how a hash table achieves O(1) average ...

4:10
The Hash Table — O(1) Lookups, Hashing, and Collisions Explained

34 views

2 days ago

AYER VERSE
Contains Duplicate Explained Visually | LeetCode 217 | Java

In this video, we solve LeetCode 217: Contains Duplicate using a HashSet in Java. We'll cover: ✓ Problem explanation ...

7:29
Contains Duplicate Explained Visually | LeetCode 217 | Java

10 views

4 weeks ago

Udit Singh
How Big Tech Makes Apps Fast | Caching Explained (Java + Spring Boot Demo)

How do companies like Amazon, Netflix, Google, Uber, Instagram, and Facebook serve millions of users while keeping their ...

15:04
How Big Tech Makes Apps Fast | Caching Explained (Java + Spring Boot Demo)

87 views

3 weeks ago

Amit Thinks
HashSet in Java | Built-in HashSet Methods | Java Tutorial for Beginners | Amit Thinks

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

8:27
HashSet in Java | Built-in HashSet Methods | Java Tutorial for Beginners | Amit Thinks

146 views

13 days ago

CR CODES
HashSet in Java | HashSet Explained with Examples

In this video, we learn **HashSet in Java** from the basics with practical examples. You will learn: * What is a Set in Java?

6:36
HashSet in Java | HashSet Explained with Examples

6 views

3 days ago

Hash Tech - Java
LeetCode #1342 Explained | Reduce Number to Zero | Java DSA

DSA MASTER — FROM BASICS TO PRO | LeetCode #1342 Welcome to Episode 3 of my DSA journey! In this video, we solve ...

4:41
LeetCode #1342 Explained | Reduce Number to Zero | Java DSA

10 views

12 days ago