ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

979 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

865 views

17h 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

8,355 views

12h ago

Explainedbychhavi
Distinct Subsequences II | LeetCode 940 | Brute Force to O(N) DP | Java

Solution link : https://leetcode.com/problems/distinct-subsequences-ii/solutions/8506975/video-explanation-java-by-chhavi1-rglx/ ...

14:47
Distinct Subsequences II | LeetCode 940 | Brute Force to O(N) DP | Java

1,669 views

2w ago

Explainedbychhavi
LeetCode 3550: Smallest Index With Digit Sum Equal to Index | Easy Java Solution

Solution link: ...

4:47
LeetCode 3550: Smallest Index With Digit Sum Equal to Index | Easy Java Solution

238 views

1d ago

CodeByTushu
LeetCode 3550 | Smallest Index With Digit Sum Equal to Index | Java | Easy | Array | CodeByTushu

In today's video, we solve LeetCode 3550 — Smallest Index With Digit Sum Equal to Index using Array Traversal and Digit Sum in ...

6:07
LeetCode 3550 | Smallest Index With Digit Sum Equal to Index | Java | Easy | Array | CodeByTushu

23 views

1d ago

Explainedbychhavi
LeetCode 836 - Rectangle Overlap | Easy | Java Solution | Explained Step by Step

Solution link: ...

10:18
LeetCode 836 - Rectangle Overlap | Easy | Java Solution | Explained Step by Step

794 views

11d 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

676 views

13d ago

Ritesh
LeetCode 4043: Count Rotations With Exactly K Equal Adjacent | Java Solution 🔥

Title: LeetCode 4043: Count Rotations With Exactly K Equal Adjacent | Java Solution Description: In this video, we solve ...

8:57
LeetCode 4043: Count Rotations With Exactly K Equal Adjacent | Java Solution 🔥

132 views

2w ago

Patternized
LeetCode 3498 – Reverse Degree of a String | Daily Challenge | Best Solution Tamil | DSA Interviews

LeetCode 3498 – Reverse Degree of a String | Easy Approach in Tamil | Java | LeetCode Daily Challenge In this video, we will ...

5:00
LeetCode 3498 – Reverse Degree of a String | Daily Challenge | Best Solution Tamil | DSA Interviews

1,034 views

5d ago

Explainedbychhavi
Smallest Stable Index II | Brute Force to Optimized O(n) | LeetCode 3904

... problem leetcode daily challenge leetcode daily solution leetcode java solution leetcode solution leetcode solutions leetcode ...

12:44
Smallest Stable Index II | Brute Force to Optimized O(n) | LeetCode 3904

990 views

2w 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

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

308 views

2w ago

Explainedbychhavi
LeetCode 2265: Count Nodes Equal to Average of Subtree | Binary Tree | Java

In this video, we solve LeetCode 2265 – Count Nodes Equal to Average of Subtree using a simple DFS / Postorder Traversal ...

15:29
LeetCode 2265: Count Nodes Equal to Average of Subtree | Binary Tree | Java

1,056 views

2w 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

Explainedbychhavi
LeetCode 3871: Count Commas in Range II | Brute Force vs Optimized | Java

Can you count the total number of commas used from `1` to `n` without iterating through every number? In this video, we solve ...

13:52
LeetCode 3871: Count Commas in Range II | Brute Force vs Optimized | Java

385 views

2w ago

Developer Coder
Unique 3-Digit Even Numbers | LeetCode 3483 | Java Code | Developer Coder

Welcome to Developer Coder! ‍ In this video, we solve LeetCode 3483 – Unique 3-Digit Even Numbers using Java. This is an ...

7:47
Unique 3-Digit Even Numbers | LeetCode 3483 | Java Code | Developer Coder

4,365 views

2w ago

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

Solution link ...

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

773 views

12d ago

codewithsitaram
Construct Uniform Parity Array I | Leetcode 3875 | Explanation With Code | java

Construct Uniform Parity Array I | Leetcode 3875 | Explanation With Code | java In this video, I explain how to solve the LeetCode ...

12:31
Construct Uniform Parity Array I | Leetcode 3875 | Explanation With Code | java

278 views

3w ago

Developer Coder
Reverse Degree of a String | LeetCode 3498 | Java Code | Developer Coder

Welcome to Developer Coder! In this video, we solve LeetCode 3498 – Reverse Degree of a String using Java. This problem is ...

3:28
Reverse Degree of a String | LeetCode 3498 | Java Code | Developer Coder

391 views

5d ago

CodeByTushu
LeetCode 2948 | Make Lexicographically Smallest Array by Swapping Elements | Java | Medium

Welcome Back to CodeByTushu! In today's video, we solve LeetCode 2948 — Make Lexicographically Smallest Array by ...

9:23
LeetCode 2948 | Make Lexicographically Smallest Array by Swapping Elements | Java | Medium

79 views

3w ago