ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

56 results

One Coffee Tech
Two Sum - NeetCode 150 #1 | Java Solution Explained (HashMap O(n))

Two Sum solution in Java — Problem #1 of the NeetCode 150 series. In this video, we break down the classic Two Sum problem ...

6:47
Two Sum - NeetCode 150 #1 | Java Solution Explained (HashMap O(n))

6 views

1 day ago

The Coding Hub
ValidAnagram | HashMap Solution in Java | LeetCode 242 | Easy Explanation

Learn how to solve LeetCode 242 - Valid Anagram using HashMap in Java with a simple step by step explanation #leetcode ...

6:40
ValidAnagram | HashMap Solution in Java | LeetCode 242 | Easy Explanation

7 views

6 days ago

SysSketch
Why ConcurrentHashMap Exists (And What HashMap Does Wrong)

HashMap and ConcurrentHashMap share the same interface — but using the wrong one in a multi-threaded context can corrupt ...

5:50
Why ConcurrentHashMap Exists (And What HashMap Does Wrong)

6 views

6 days ago

Tech Recipes - Dipesh Hadye
HashMap Internals Visually Explained — Buckets, Collisions and the Java 8 Tree Trick

Every Java developer has used HashMap. Almost none can explain what happens inside the bucket. In this video I break down ...

8:36
HashMap Internals Visually Explained — Buckets, Collisions and the Java 8 Tree Trick

127 views

5 days ago

CodeByTushu
LeetCode 1331 | Rank Transform of an Array | Java Solution | Sorting + HashMap | CodeByTushu

Welcome Back to CodeByTushu! In today's video we solve: LeetCode 1331 — Rank Transform of an Array This problem is ...

4:06
LeetCode 1331 | Rank Transform of an Array | Java Solution | Sorting + HashMap | CodeByTushu

4 views

4 days ago

Silly Code
LeetCode 2215 | Find the Difference of Two Arrays  | Java | HashMap & HashSet | Easy

Find the Difference of Two Arrays | LeetCode 2215 | Java HashMap & HashSet Tutorial Solve LeetCode 2215 using HashMap ...

11:46
LeetCode 2215 | Find the Difference of Two Arrays | Java | HashMap & HashSet | Easy

1 view

5 days ago

Code with Anish
LeetCode 1: Two Sum | Java | Best Hinglish Explanation | HashMap Interview Question | DSA

In this video, we'll solve LeetCode #1 – Two Sum using Java with a complete Hinglish explanation. What you'll learn: Problem ...

8:03
LeetCode 1: Two Sum | Java | Best Hinglish Explanation | HashMap Interview Question | DSA

1 view

5 days ago

Genie Ashwani
Become top 1% : Java Developer roadmap 2026

SPARK 6.0 : https://codeforsuccess.in/courses/java6.0 roadmap : https://dbdiagram.io/d/6a57ae43c3a90dd98d44842b Follow me ...

10:31
Become top 1% : Java Developer roadmap 2026

5,248 views

1 day ago

LindorCodes
LeetCode Two Sum: Why the HashMap Solution Actually Works

The #1 most asked LeetCode problem — and most people memorize the answer without understanding why it works. This video ...

10:56
LeetCode Two Sum: Why the HashMap Solution Actually Works

27 views

6 days ago

Tech With Krish
Two Sum | Brute Force + Optimal (HashMap) | LeetCode 1 | Java DSA Day 7 🔥

Java DSA 250 Questions Series - Day 7 In this video, we'll solve LeetCode 1 - Two Sum using both Brute Force and the Optimal ...

16:23
Two Sum | Brute Force + Optimal (HashMap) | LeetCode 1 | Java DSA Day 7 🔥

92 views

1 day ago

LindorCodes
LeetCode 236 Explained: LCA of a Binary Tree Using Parent Map & Visited Set

LeetCode 236 — Lowest Common Ancestor of a Binary Tree, solved clean with a parent HashMap and visited set. No recursion ...

15:30
LeetCode 236 Explained: LCA of a Binary Tree Using Parent Map & Visited Set

18 views

5 days ago

Leetcode Unlocked
398. Random Pick Index | Leetcode Unlocked - Python

Learn how to solve LeetCode 398: Random Pick Index using three distinct approaches: Brute Force, HashMap Caching, and ...

4:51
398. Random Pick Index | Leetcode Unlocked - Python

2 views

10 hours ago

Alex_Pro
The Road To Google From Scratch — Construct Binary Tree from Preorder and Inorder Traversal Solution

In this video we solve the Construct Binary Tree from Preorder and Inorder Traversal problem — rebuilding a unique binary tree ...

19:28
The Road To Google From Scratch — Construct Binary Tree from Preorder and Inorder Traversal Solution

0 views

4 hours ago

CodeByTushu
LeetCode 1291 | Sequential Digits | Java Solution | BFS Approach | CodeByTushu

Welcome Back to CodeByTushu! In today's video we solve: LeetCode 1291 — Sequential Digits This problem is GREAT for ...

5:50
LeetCode 1291 | Sequential Digits | Java Solution | BFS Approach | CodeByTushu

31 views

4 days ago

Becoming Sudeep
Day 12/150 | LeetCode 380 - Insert Delete GetRandom O(1) | Java | DSA Journey | Becoming Sudeep

Day 12 of My DSA Journey! I'm documenting my journey to become the best version of myself and prepare for Software ...

15:06
Day 12/150 | LeetCode 380 - Insert Delete GetRandom O(1) | Java | DSA Journey | Becoming Sudeep

4 views

3 days ago

Leetcode Unlocked
350. Intersection of Two Arrays II | Leetcode Unlocked - Python

Learn how to solve LeetCode 350: Intersection of Two Arrays II with this step-by-step tutorial. We discuss an efficient hash map ...

4:46
350. Intersection of Two Arrays II | Leetcode Unlocked - Python

2 views

14 hours ago

Leetcode Unlocked
380. Insert Delete GetRandom O(1) | Leetcode Unlocked - Python

Learn how to design a randomized set supporting insert, remove, and getRandom operations in average O(1) time complexity.

5:57
380. Insert Delete GetRandom O(1) | Leetcode Unlocked - Python

0 views

12 hours ago

Shaan Labs
Spring Bean Singleton is NOT Thread Safe: In-Memory Repository & AuthManager | Phase 1 Part 6

Most developers assume Spring Bean singleton means thread safe. It doesn't. This video explains exactly why — and builds the ...

13:40
Spring Bean Singleton is NOT Thread Safe: In-Memory Repository & AuthManager | Phase 1 Part 6

7 views

5 days ago

Swag Professor Explain
Nobody Explained Data Structures Like This in 7 Minutes!

Arrays, Linked Lists, Stacks, Queues, Hash Maps, Binary Search Trees, and Graphs — every data structure explained simply, with ...

6:51
Nobody Explained Data Structures Like This in 7 Minutes!

216 views

6 days ago

Md Mohsin haider
Program64 | Tutorial #64 | Find All Duplicate Elements in Array in Java

In this video (Program64 | Tutorial #64), we solve an important array interview problem in Java — finding all duplicate elements in ...

15:04
Program64 | Tutorial #64 | Find All Duplicate Elements in Array in Java

7 views

5 days ago