ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

37 results

DiscoDurodeRoer
HashSet in Java explained easily | Sets without duplicates

In this video, you'll learn how to use HashSet in Java, a dynamic structure ideal for quick searches and avoiding duplicate ...

8:38
HashSet in Java explained easily | Sets without duplicates

31 views

13 hours 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

5 days ago

Code Granular
HashSet vs SynchronizedSet vs CopyOnWriteArraySet (Concurrency Explained)

Struggling with thread-safe Java Sets? Choosing the wrong Set implementation can lead to performance bottlenecks, race ...

18:30
HashSet vs SynchronizedSet vs CopyOnWriteArraySet (Concurrency Explained)

0 views

1 day ago

The Schools Of AI : Learning Path | हिंदी
HashSet,TreeSet and LinkedList  in Java Collection

HashSet,TreeSet and LinkedList in Java Collection with example.

49:45
HashSet,TreeSet and LinkedList in Java Collection

9 views

22 hours 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

5 days ago

CodeLucky
Design HashSet - LeetCode 705 - Data Structures Interview Question

Learn how to Design a HashSet from scratch! In this video, we explore the internal implementation of the HashSet data ...

4:30
Design HashSet - LeetCode 705 - Data Structures Interview Question

4 views

1 day ago

Rita Kattsyna
Coding Interview Walkthrough: Detect Duplicates in an Array (Step-by-Step)

In this video, I walk through a real coding interview question exactly the way interviewers expect you to think and communicate.

5:11
Coding Interview Walkthrough: Detect Duplicates in an Array (Step-by-Step)

11 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

114 views

3 days ago

Rishav Engineering
Longest Consecutive Sequence | Leetcode 128 | Arrays - 1.9 | Medium

LeetCode 128 – Longest Conseive Sequence | Sorting & HashSet Approach Explained In this video, we solve one of the most ...

19:33
Longest Consecutive Sequence | Leetcode 128 | Arrays - 1.9 | Medium

0 views

10 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

3,069 views

6 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)

10 views

1 day 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)

23 views

1 day ago

CodingWithYash
NeetCode 150 | Contains Duplicate | Complete DSA Series

Neetcode 150 | Contains Duplicate | Complete DSA Series In this video, we solve the LeetCode problem Contains Duplicate ...

10:34
NeetCode 150 | Contains Duplicate | Complete DSA Series

22 views

6 days ago

CodeLucky
Subarray with Zero Sum - Prefix Sum & Hashing (Interview Question)

Learn how to efficiently solve the 'Subarray with Zero Sum' problem using the Prefix Sum and Hashing technique! In this video ...

3:48
Subarray with Zero Sum - Prefix Sum & Hashing (Interview Question)

4 views

5 days ago

SyntaxSageNik
LeetCode 36: Valid Sudoku - Single HashSet Encoding Magic! 🧩🚀😊👍

LeetCode 36 Valid Sudoku! Check rows/cols/3x3 boxes in O(1) genius Encoding: "rowrval", "colcval", "boxbval" → collision ...

6:23
LeetCode 36: Valid Sudoku - Single HashSet Encoding Magic! 🧩🚀😊👍

0 views

4 hours ago

StackyCode
LeetCode 3 | Java | Longest Substring Without Repeating Characters | Sliding Window | Tamil

In this video, we solve the LeetCode problem "Longest Substring Without Repeating Characters" using Java. ✓ Sliding Window ...

17:24
LeetCode 3 | Java | Longest Substring Without Repeating Characters | Sliding Window | Tamil

21 views

6 days ago

Student Technique
Records In Java 17 - Full Tutorial - The Best New Java Feature You're Not Using

How to use Records in Java! We'll cover all the most important Java 17 Records features and show you all the rules about how ...

17:31
Records In Java 17 - Full Tutorial - The Best New Java Feature You're Not Using

11 views

14 hours ago

KTR Soft Tech
Java Internship Program |Java Collections Framework - 2| Class 13 | Batch Dec 2025

In Class 13, we focus on the Java Collections Framework, which is essential for data storage, manipulation, and real-world ...

42:16
Java Internship Program |Java Collections Framework - 2| Class 13 | Batch Dec 2025

35 views

Streamed 2 days ago

CodeLucky
Find All Missing Numbers in Array - LeetCode 448 Explained - Google Interview Question

Learn how to efficiently find all missing numbers in an array [1, n] using the Index Marking technique! In this video, we break ...

4:18
Find All Missing Numbers in Array - LeetCode 448 Explained - Google Interview Question

0 views

6 days ago

CodeLucky
Contains Duplicate - LeetCode 217 - Blind 75 Coding Interview Problem

Learn how to solve the 'Contains Duplicate' coding interview problem efficiently using Hash Sets! In this video, we break down ...

4:10
Contains Duplicate - LeetCode 217 - Blind 75 Coding Interview Problem

2 views

5 days ago

CodeLucky
Find Duplicate Number in Array: Constant Space Solution (Floyd's Cycle Detection)

In this coding tutorial, we dive deep into the 'Find the Duplicate Number' problem, a popular question in technical interviews at top ...

3:59
Find Duplicate Number in Array: Constant Space Solution (Floyd's Cycle Detection)

11 views

6 days ago

CodeLucky
Number of Distinct Islands - LeetCode / Coding Interview Tutorial

Learn how to solve the 'Number of Distinct Islands' problem efficiently! 🏝️ In this video, we break down a common coding ...

3:09
Number of Distinct Islands - LeetCode / Coding Interview Tutorial

8 views

3 days ago

CodeLucky
Happy Number Problem | LeetCode 202 | Coding Interview Tutorial

Learn how to solve the Happy Number problem (LeetCode 202) efficiently! In this video, we break down the mathematical ...

3:35
Happy Number Problem | LeetCode 202 | Coding Interview Tutorial

2 views

1 day ago

CodeLucky
Intersection of Two Linked Lists - LeetCode Solution Explained

Learn how to find the intersection point of two Singly Linked Lists efficiently! In this video, we explore the 'Intersection of Two ...

3:42
Intersection of Two Linked Lists - LeetCode Solution Explained

4 views

4 days ago

Bharath Reddy
Maximum Sum of Distinct Subarrays With Length K 💡 | Sliding Window + Hashing Explained | DSA L29 🔥

Welcome to Lecture 29 of the DSA Series in Telugu! 💻🔥 In this video, we’ll solve one of the most interesting Sliding Window + ...

55:05
Maximum Sum of Distinct Subarrays With Length K 💡 | Sliding Window + Hashing Explained | DSA L29 🔥

82 views

4 days ago