ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

95 results

codeWithAshish
HashMaps-Introduction,Hashmap vs ArrayList,memory allocation

A high-level look at how HashMap stores data internally. Buckets, collisions, and storage and why HashMap is used instead of ...

17:00
HashMaps-Introduction,Hashmap vs ArrayList,memory allocation

48 views

7 days ago

Code Granular
HashMap vs SynchronizedMap vs ConcurrentHashMap | Java Concurrency Explained

Choosing the wrong Map in Java can silently kill performance or break your multithreaded code ⚠️ In this video, we deep-dive ...

19:49
HashMap vs SynchronizedMap vs ConcurrentHashMap | Java Concurrency Explained

4 views

4 days ago

BitBro
Day 4/100 – Ransom Note Problem in Java | HashMap Frequency Trick Explained

Day 4 of 100 Days of Code – Solving Ransom Note Using HashMap in Java In this video, we solve the famous LeetCode 383 ...

14:33
Day 4/100 – Ransom Note Problem in Java | HashMap Frequency Trick Explained

2 views

4 days ago

Code Kage
GFG | Substrings with K Distinct | Sliding Window + HashMap | Java

In this video, we solve the problem “Substrings with K Distinct” using an efficient Sliding Window technique. You are given a ...

5:55
GFG | Substrings with K Distinct | Sliding Window + HashMap | Java

79 views

3 days ago

Ian Dancan
Arrays & Hashing Explained from Scratch | Two Sum & Contains Duplicate (Java)

Arrays and HashMaps are some of the most important topics in coding interviews — and once you understand them, many ...

47:05
Arrays & Hashing Explained from Scratch | Two Sum & Contains Duplicate (Java)

8 views

11 hours ago

The Cumulonimbus 'dot' AI Opera
Design hashmap from scratch

This section we are going to design hashmap rick problem 706 is intended to design hashmap give you a brief background about ...

14:29
Design hashmap from scratch

0 views

6 days ago

SyntaxSageNik
LeetCode 706:Design HashMap from Scratch-Java Separate Chaining! 🔑🚀😊👍

Built LeetCode 706 Design HashMap NO built-in Library! put/get/remove method Core: Buckets (lists) + hash % prime. Collisions?

6:28
LeetCode 706:Design HashMap from Scratch-Java Separate Chaining! 🔑🚀😊👍

0 views

4 days ago

IfElseWhatNow
HashMap in java||Java for beginners || #beginners #hashmap #java #tamil #interview #freshers
6:52
HashMap in java||Java for beginners || #beginners #hashmap #java #tamil #interview #freshers

18 views

2 days ago

Code Kage
GFG | Subarrays With At Most K Distinct Integers | Sliding Window + HashMap | Java

In this video, we solve the problem “Subarrays With At Most K Distinct Integers” using an efficient Sliding Window technique ...

9:40
GFG | Subarrays With At Most K Distinct Integers | Sliding Window + HashMap | Java

117 views

4 days ago

CodeLucky
Subarray Sum Equals K - LeetCode 560 - Optimized HashMap Solution (O(N))

Learn how to solve the "Subarray Sum Equals K" problem (LeetCode 560) using the optimized Prefix Sum and HashMap ...

4:51
Subarray Sum Equals K - LeetCode 560 - Optimized HashMap Solution (O(N))

3 views

5 days ago

TheQuirkyLearner
Java HashSet Explained from Scratch (Internals & Implementation)

In this video, I explain how Java HashSet works internally and why it is built on top of HashMap. You will learn: • What a HashSet ...

7:08
Java HashSet Explained from Scratch (Internals & Implementation)

0 views

4 days ago

SyntaxSageNik
LeetCode 49: Group Anagrams - HashMap + Sort Magic in Java! 🚀😊👍

LeetCode 49 Group Anagrams! Group strings with the same chars & freqs. Pro Tip: Sorted chars = anagram key! "eat","tea" both ...

6:15
LeetCode 49: Group Anagrams - HashMap + Sort Magic in Java! 🚀😊👍

0 views

6 days ago

Java with Divya😍
The Real Reason Java's main() Method is So Complicated! 🤔

Ever wondered why every Java program starts with: public static void main(String[] args) Why not change it? Why static? Why void ...

5:24
The Real Reason Java's main() Method is So Complicated! 🤔

0 views

4 days ago

vlogize
Wie man Ähnliche Werte in einem HashMap mit Java Summiert

Eine ausführliche Anleitung, wie man ähnliche Werte gruppiert und die höchsten Punktzahlen für Personen desselben Alters in ...

2:06
Wie man Ähnliche Werte in einem HashMap mit Java Summiert

0 views

5 days ago

Web Dev Mastery
Java Collections Framework Complete Tutorial (One Shot) | DSA in Java Full Course #16

Complete Java Collections Framework in 1 Video - Java Collections Framework | DSA in Java Full Course | Master Data ...

1:40:33
Java Collections Framework Complete Tutorial (One Shot) | DSA in Java Full Course #16

95 views

2 days ago

CodeLucky
Design HashMap Implementation - LeetCode 706 - Data Structures & Algorithms

Learn how to design a HashMap (Hash Table) from scratch! In this video, we break down one of the most common coding ...

3:41
Design HashMap Implementation - LeetCode 706 - Data Structures & Algorithms

0 views

9 hours ago

CodeLucky
Intersection of Two Arrays II - LeetCode Solution (HashMap vs Sorting)

Learn how to solve the Intersection of Two Arrays II problem efficiently! In this video, we break down two popular approaches to ...

3:05
Intersection of Two Arrays II - LeetCode Solution (HashMap vs Sorting)

0 views

5 days ago

RuchiCodes
Java Collection Framework Hierarchy Explained | Collection Interfaces & Classes (Beginner)

n this video, we will deeply understand the Java Collection Framework Hierarchy in a very simple and beginner-friendly way.

4:24
Java Collection Framework Hierarchy Explained | Collection Interfaces & Classes (Beginner)

12 views

13 hours ago

Code Decode
Top Java Interview Traps Most Developers fails | Interview Questions and Answers | Code Decode

In this video of code decode we have explained most asked java tricky interview questions which developers fails to answers ...

39:03
Top Java Interview Traps Most Developers fails | Interview Questions and Answers | Code Decode

2,788 views

5 days ago

Hyphen45 Development Tutorials
Data Structures & Objects | Intermediate Minecraft Plugin Development Tutorial #2

This video gives a summary of common Java data structures such as the ArrayList, HashSet, and HashMap. It also gives a ...

17:37
Data Structures & Objects | Intermediate Minecraft Plugin Development Tutorial #2

0 views

4 days ago

CodeX Prasoon
Collection Framework Lecture - 07 | Map interface | HashMap , LinkedHashMAp , Hashtable , TreeMap

क्लास कास्ट एक्सेप्शन ठीक है अ क्लास java डॉट lang डॉट इंटीजर कैन नॉट बी ...

1:19:27
Collection Framework Lecture - 07 | Map interface | HashMap , LinkedHashMAp , Hashtable , TreeMap

54 views

4 days ago

Anand Thakar
Java intervire preparation part-5 | HashMap internal working | @andythakar | Anand Thakar

Follow Me ------------------------------------------------------------------ Instagram - https://www.instagram.com/andythakar Links ...

9:00
Java intervire preparation part-5 | HashMap internal working | @andythakar | Anand Thakar

0 views

1 day ago

RD Automation Learning
Automation Testing Interview Experience | Real-Time QA & SDET Interview Preparation 2026

Zeta Automation Testing Interview Experience | Real Time Interview Questions and Answers Zeta Automation Testing Interview ...

33:37
Automation Testing Interview Experience | Real-Time QA & SDET Interview Preparation 2026

1,082 views

1 day ago

CodeLucky
Group Anagrams - LeetCode Solution & Explanation (Hash Map Strategy)

Learn how to solve the Group Anagrams coding interview problem efficiently! In this video, we break down the "Group ...

3:58
Group Anagrams - LeetCode Solution & Explanation (Hash Map Strategy)

0 views

4 days ago

kiran pawar
👉 String Manipulation in Java | Top Interview Programs + Selenium Use Cases

Master String Manipulation for Java & Selenium Interviews! In this video, I explain the MOST IMPORTANT string programs asked ...

30:00
👉 String Manipulation in Java | Top Interview Programs + Selenium Use Cases

0 views

4 days ago