ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,164 results

Explainedbychhavi
LeetCode 1096 Brace Expansion II | Simplest Approach in Java | Hard

Solution ...

24:32
LeetCode 1096 Brace Expansion II | Simplest Approach in Java | Hard

419 views

6h ago

codestorywithMIK
Brace Expansion II | Super Detailed | Story To Code | Leetcode 1096 | Google | codestorywithMIK

Support codestorywithMIK (No Pressure) Education here is 100% free and always will be. If the content helped you and you'd like ...

44:56
Brace Expansion II | Super Detailed | Story To Code | Leetcode 1096 | Google | codestorywithMIK

506 views

1h ago

Developer Coder
Maximum Score of Non-overlapping Intervals | LeetCode 3414 | Binary Search | Java | Developer Coder

Welcome to Developer Coder! ‍ In this video, we solve LeetCode 3414 – Maximum Score of Non-overlapping Intervals using ...

33:54
Maximum Score of Non-overlapping Intervals | LeetCode 3414 | Binary Search | Java | Developer Coder

674 views

12d ago

codeWithKhan
LeetCode 1622 | Fancy Sequence Explained 🔥| O(1) Trick Solution | Hard Problem | Java

LeetCode POTD – Problem 1622: Fancy Sequence Solution: ...

37:12
LeetCode 1622 | Fancy Sequence Explained 🔥| O(1) Trick Solution | Hard Problem | Java

61 views

6mo ago

Developer Coder
Predict the Winner | LeetCode 486 | Java Code | Developer Coder

n this video, we'll solve LeetCode 486 - Predict the Winner using two optimized Dynamic Programming approaches in Java.

28:28
Predict the Winner | LeetCode 486 | Java Code | Developer Coder

356 views

1mo ago

Cakot Coding
LeetCode 2904: Shortest and Lexicographically Smallest Beautiful String | Sliding Window | Java

In this video, I solve LeetCode 2904 – Shortest and Lexicographically Smallest Beautiful String using the Sliding Window / Two ...

20:03
LeetCode 2904: Shortest and Lexicographically Smallest Beautiful String | Sliding Window | Java

193 views

4w ago

Developer Coder
Distinct Subsequences | LeetCode 115 | Recursion + Memoization & DP  | Java Code | Developer Coder

In this video, we solve Distinct Subsequences – LeetCode 115 using Dynamic Programming in Java. This is an important string ...

29:50
Distinct Subsequences | LeetCode 115 | Recursion + Memoization & DP | Java Code | Developer Coder

307 views

2w ago

CodeWithBK Hindi
🎥 LeetCode 148 : Sort List  | Java Code + Step-by-Step Solution (हिंदी में)

LeetCode 148: Sort List | Java Code + Step-by-Step Solution (हिंदी में) Welcome to CodeWithBK Hindi! In this video, we ...

22:44
🎥 LeetCode 148 : Sort List | Java Code + Step-by-Step Solution (हिंदी में)

225 views

4mo ago

Developer Coder
Stone Game | LeetCode 877 | Java Code | Developer Coder

Master LeetCode 877 - Stone Game in Java on the Developer Coder channel! In this video, you'll learn one of the most interesting ...

25:45
Stone Game | LeetCode 877 | Java Code | Developer Coder

491 views

1mo ago

Explainedbychhavi
LeetCode 835: Image Overlap | Brute Force & Optimized Approach | Java

Solution link ...

21:48
LeetCode 835: Image Overlap | Brute Force & Optimized Approach | Java

771 views

11d ago

Explainedbychhavi
Distinct Subsequences | LeetCode 115 | Brute Force to DP Explained 🔥

In this video, we solve LeetCode 115 - Distinct Subsequences step by step, starting from the brute force approach and then ...

23:56
Distinct Subsequences | LeetCode 115 | Brute Force to DP Explained 🔥

431 views

2w ago

Explainedbychhavi
LeetCode 3348 | Smallest Divisible Digit Product II | Greedy + GCD Explained Beginner Friendly |Java

In this video, we solve LeetCode 3348 - Smallest Divisible Digit Product II step by step using Java. Instead of jumping directly into ...

24:12
LeetCode 3348 | Smallest Divisible Digit Product II | Greedy + GCD Explained Beginner Friendly |Java

2,410 views

1mo ago

Nikhil Lohia
Trapping Rain Water (LeetCode 42) | Interview Essential | Full visual solution

Super helpful resources: https://nikoo28.github.io/all-my-links/ Actual Problem: ...

21:01
Trapping Rain Water (LeetCode 42) | Interview Essential | Full visual solution

21,102 views

7mo ago

Explainedbychhavi
LeetCode 3414 Maximum Score of Non-overlapping Intervals | DP + Binary Search | Java

code link ...

29:59
LeetCode 3414 Maximum Score of Non-overlapping Intervals | DP + Binary Search | Java

1,164 views

13d ago

Smart Programming
3Sum Problem Explained | Brute Force → Optimized Solution | LeetCode 15 (Java)

In this video, we will solve the 3 Sum Problem (LeetCode 15) using Java with complete clarity. I have explained Brute Force, ...

32:20
3Sum Problem Explained | Brute Force → Optimized Solution | LeetCode 15 (Java)

5,501 views

8mo ago

Nikhil Lohia
Sliding Window Maximum (LeetCode 239) — 48 Companies Ask This! Step-by-Step Deque Approach

Super helpful resources: https://nikoo28.github.io/all-my-links/ Actual Problem: ...

21:22
Sliding Window Maximum (LeetCode 239) — 48 Companies Ask This! Step-by-Step Deque Approach

14,316 views

5mo ago

Nikhil Lohia
Minimum Window Substring (LeetCode 76) | Interview Essential | Sliding Window + Two Pointers

Super helpful resources: https://nikoo28.github.io/all-my-links/ Actual Problem: ...

21:35
Minimum Window Substring (LeetCode 76) | Interview Essential | Sliding Window + Two Pointers

18,084 views

7mo ago

Explainedbychhavi
LeetCode 2213 Explained | Longest Repeating Character | Brute Force + Segment Tree (Java)

LeetCode 2213: Longest Substring of One Repeating Character is a Hard problem where we need to find the longest substring ...

27:39
LeetCode 2213 Explained | Longest Repeating Character | Brute Force + Segment Tree (Java)

724 views

1mo ago

Developer Coder
Find the Lexicographically Smallest Valid Sequence | LeetCode 3302 | Java Code | Developer Coder

Welcome to Developer Coder! In this video, we discuss Find the Lexicographically Smallest Valid Sequence – LeetCode 3302, ...

20:58
Find the Lexicographically Smallest Valid Sequence | LeetCode 3302 | Java Code | Developer Coder

1,992 views

1mo ago

Developer Coder
Sorted GCD Pair Queries | LeetCode 3312 | Java Code | Developer Coder

In this video, we'll solve LeetCode 3312 - Sorted GCD Pair Queries using an efficient mathematical approach. This problem ...

35:56
Sorted GCD Pair Queries | LeetCode 3312 | Java Code | Developer Coder

332 views

2mo ago