ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

951 results

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

16 views

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

215 views

1 day 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,664 views

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

10 days ago

Explainedbychhavi
LeetCode 1658: Minimum Operations to Reduce X to Zero | Brute Force + Sliding Window | Java

Solution link ...

23:31
LeetCode 1658: Minimum Operations to Reduce X to Zero | Brute Force + Sliding Window | Java

275 views

2 days 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,024 views

4 days 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

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

12 days 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

12 days 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

989 views

2 weeks 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,053 views

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

191 views

4 weeks 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

379 views

2 weeks 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,359 views

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

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

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

275 views

3 weeks ago

Engineer Talks With Bhushan
LeetCode #66 Plus One | Java Solution | Right-to-Left Approach

Welcome to the LeetCode Series! In this video, we solve LeetCode Problem #66 – Plus One using Java. The problem looks ...

3:45
LeetCode #66 Plus One | Java Solution | Right-to-Left Approach

393 views

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

4 days 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

2 weeks ago