ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

110 results

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

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

Torti Code
Encryption vs. Hashing vs. Encoding: The 3 You Get Confused

Encryption, hashing, and encoding are NOT the same, and confusing them causes real security bugs. Learn which one converts ...

17:28
Encryption vs. Hashing vs. Encoding: The 3 You Get Confused

10,964 views

6 days ago

Mahendra Gandham
90% of Developers Get This Wrong! | Encoding vs Hashing vs Encryption

Think Base64 is Encryption? Then this video is for you. In software engineering interviews, one of the most common mistakes ...

4:25
90% of Developers Get This Wrong! | Encoding vs Hashing vs Encryption

60 views

5 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

Eslihai_coding
Sorting Isn’t Enough 😱 | LeetCode 1331 Java

LeetCode 1331 Java Solution At first, this looks like a simple sorting problem. Many people sort the array and think they're ...

0:31
Sorting Isn’t Enough 😱 | LeetCode 1331 Java

14 views

5 days ago

Tips and Tricks | Learn to Code
Find Duplicate Elements in an Array in Java | Interview Question

In this video, you'll learn how to find duplicate elements in Java using multiple approaches that are commonly asked in coding ...

1:50
Find Duplicate Elements in an Array in Java | Interview Question

133 views

6 days ago

Dev Inside
Consistent Hashing Explained | System Design + Code Implementation

Most people know Consistent Hashing, but very few truly understand *why it exists*. In this video, we'll first understand the real ...

13:14
Consistent Hashing Explained | System Design + Code Implementation

63 views

6 days ago

Omar Kweidy
Java Basics in 8 Minutes – Part 1: Data Types, Strings & Collections

Java Basics in 8 Minutes: Data Types, Strings & Collections In this lesson, we connect the most important Java basics: primitive vs ...

8:11
Java Basics in 8 Minutes – Part 1: Data Types, Strings & Collections

93 views

7 days ago

Mob + and ThatMob
The Verity Cast Plays The REAL Verity Mod

Today, the Verity cast plays the REAL Verity mod! Friends in the video: @GroxMC, @Twixxel_lesgo, @JustWhispy Mod: ...

19:29
The Verity Cast Plays The REAL Verity Mod

7,184,600 views

4 days ago

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

Deco Hints
Library Management System | Data Structures Project in Java | Java Swing + File Handling | CSE

Library Management System | Data Structures Project This project is a Library Management System developed as a stand alone ...

3:55
Library Management System | Data Structures Project in Java | Java Swing + File Handling | CSE

4 views

7 days ago

Roshan Adhav
Hashing Day 3 | Interview Problems | LeetCode, GeeksforGeeks & InterviewBit | Java | DSA Placement

Hashing Day 3 | Interview Problems | LeetCode, GeeksforGeeks & InterviewBit | Java | DSA Placement Preparation In this live ...

38:30
Hashing Day 3 | Interview Problems | LeetCode, GeeksforGeeks & InterviewBit | Java | DSA Placement

127 views

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

LindorCodes
LeetCode 706 — Design HashMap With Linked Lists (No Built-ins)

Most people use HashMaps every day and have no idea what's happening under the hood — this video fixes that. We're building ...

19:51
LeetCode 706 — Design HashMap With Linked Lists (No Built-ins)

20 views

7 days ago

Programming With Indra
Design Hashmap - Leetcode 706 - Python

Want to understand how a HashMap works internally? In this video, we'll solve LeetCode 706 – Design HashMap by building a ...

22:45
Design Hashmap - Leetcode 706 - Python

3 views

7 hours ago

Code_Journey_With_Me
Day 70 | Solved LeetCode 1331 ✅ | HashMap + Sorting Pattern

My approach was to make a copy of the array, sort it, assign each unique value a rank using a HashMap, and then replace every ...

24:39
Day 70 | Solved LeetCode 1331 ✅ | HashMap + Sorting Pattern

1 view

3 days ago

Ayhan Arash Tasin
Class-11 | Hash Table || BracU CSE220 || Java || Lab Solution
1:22:22
Class-11 | Hash Table || BracU CSE220 || Java || Lab Solution

88 views

2 days ago

Bitanry
Contains Duplicate | Blind 75 Challenge (Day 1)

Welcome to Day 1 of my Blind 75 journey, following the NeetCode roadmap. Today, we are diving into LeetCode 217: Contains ...

3:54
Contains Duplicate | Blind 75 Challenge (Day 1)

41 views

4 days ago