Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
545 results
In this video, we solve the Contains Duplicate problem (LeetCode #217), one of the popular Blind 75 DSA questions. We'll cover: ...
14 views
11mo ago
LeetCode 217 – Contains Duplicate (NeetCode150) Problem: Given an array, return true if it contains duplicates, else return false.
1 view
Contains Duplicate | LeetCode 217 HashSet Approach in java . #leetcode #java #coding.
2mo ago
In this video, we will solve LeetCode 217 – Contains Duplicate using Java and understand how HashSet helps optimize the ...
15 views
3mo ago
Struggling with LeetCode 217 Contains Duplicate? In this updated 2026 tutorial, we write an optimized O(N) Java solution using a ...
3 views
6mo ago
leetcode #coding #java #dsa.
18 views
10mo ago
In this video, we solve LeetCode 217 – Contains Duplicate problem step by step. We cover: ✔️ Problem Understanding ...
37 views
7mo ago
In this video, we solve LeetCode 217: Contains Duplicate using a HashSet in Java. We'll cover: ✓ Problem explanation ...
10 views
In this video, I solve LeetCode #217 – Contains Duplicate in Java using a HashMap approach and walk through my thought ...
166 views
2w ago
Welcome back to Coder Learning! In this video, we are solving LeetCode 217: Contains Duplicate using Java. This is a ...
19 views
In this video, we break down LeetCode 217: "Contains Duplicate," one of the most popular array questions from the Blind 75 list.
6 views
LeetCode 217: Contains Duplicate | Easy Java Solution ExplainedLearn how to solve the "Contains Duplicate" problem on ...
9mo ago
Contains Duplicate | LeetCode Explained In this video, we solve the Contains Duplicate problem from LeetCode. You are given ...
8mo ago
LeetCode 217 – Contains Duplicate In this video, we solve LeetCode 217: Contains Duplicate using an efficient HashSet ...
152 views
4w ago
1d ago
#leetcode #programming #interview #google #amazon #microsoft #openai #gemini #array #duplicate #217 #dsa
121 views
Contains Duplicate | Java | All 4 Approaches | DSA Interview In this video, we'll solve the Contains Duplicate problem using 4 ...
28 views
1mo ago
Contains Duplicate is LeetCode 217, a classic "Hash Lookup & Counting" problem from the Arrays & Hashing track. In this video ...
51 views
Given an integer array nums, return true if any value appears at least twice in the array, and return false if every element is distinct.
2 views