ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

8 results

TechTonic
LeetCode | Contains Duplicate Solution Explained - Java | HashSet Method

In this video, we'll break down the popular LeetCode problem 'Contains Duplicate' step by step. We'll cover the optimized ...

4:00
LeetCode | Contains Duplicate Solution Explained - Java | HashSet Method

14 views

11 months ago

Rohit Katariya
217. Contains Duplicate | LeetCode | Java + HashSet | Day #1

Problem: Given an integer array nums, return true if any value appears at least twice in the array, and return false if every element ...

3:48
217. Contains Duplicate | LeetCode | Java + HashSet | Day #1

74 views

1 month ago

DKodeTree
Contains Duplicate III - Leetcode 220 ⚡SortedSet Sliding Window | Python

IMO - Easiest way to solve Leetcode 220 Contains Duplicate III with SortedSet Sliding Window and Binary Search! Related ...

14:30
Contains Duplicate III - Leetcode 220 ⚡SortedSet Sliding Window | Python

691 views

5 months ago

CrazyCoding
leetcode 18  - 4sum  | Optimal Approach in JAVA .

18leetcode #java #education Input nums = [2, 2, 2, 2, 2], target = 8 Step 1: Sort the array Sorted nums = [2, 2, 2, 2, 2] (already ...

20:57
leetcode 18 - 4sum | Optimal Approach in JAVA .

11 views

3 months ago

CrazyCoding
leetcode 136   Single Number | Optimal Approach  in JAVA.

Problem Description: You are given a list of integers. Every number appears twice, except one number, which appears only once.

5:41
leetcode 136 Single Number | Optimal Approach in JAVA.

9 views

4 months ago

CrazyCoding
leetcode 128  - longest consecutive sequence | Optimal Approach in JAVA.

Algorithm Description Goal Find the length of the longest consecutive sequence in an unsorted array of integers. Step 1: Handle ...

19:08
leetcode 128 - longest consecutive sequence | Optimal Approach in JAVA.

10 views

3 months ago

Code Viento
LeetCode's Secret Weapon 🔑 The HashMap Data Structure

Are you still using for loops to find one user in a million? That might be the #1 reason your code is slow and why you're struggling ...

4:39
LeetCode's Secret Weapon 🔑 The HashMap Data Structure

296 views

4 months ago

Mahesh Ahirwar
Longest Substring Without Repeating Characters | Sliding Window Explained | DSA Sheet Solution

Longest Substring Without Repeating Characters – Full Intuition + Code In this video, we solve one of the most important string ...

17:48
Longest Substring Without Repeating Characters | Sliding Window Explained | DSA Sheet Solution

51 views

3 weeks ago