ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

37,248 results

Explainedbychhavi
LeetCode 486 | Predict the Winner 🔥 | DP Space Optimization Explained Step by Step | Java

Struggling to understand LeetCode 486 - Predict the Winner? In this video, we'll solve the problem from scratch using an ...

18:23
LeetCode 486 | Predict the Winner 🔥 | DP Space Optimization Explained Step by Step | Java

528 views

1 month ago

Technosage
LeetCode 45: Jump Game II — Java Solution Explained (Medium) | Top 150 interview question series

In this video, we solve LeetCode 45: Jump Game II — Java Solution Explained (Medium). You'll learn how to approach this ...

12:51
LeetCode 45: Jump Game II — Java Solution Explained (Medium) | Top 150 interview question series

1,112 views

2 months ago

Bindas Code
LeetCode 566 | Reshape the Matrix 🔲 | Easy Java Solution | DSA Zero to Hero

In this video, we solve LeetCode Problem 566 – Reshape the Matrix using a simple and beginner-friendly Java approach.

10:26
LeetCode 566 | Reshape the Matrix 🔲 | Easy Java Solution | DSA Zero to Hero

205 views

6 months 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,648 views

2 weeks ago

Code Scribbler
LeetCode 97: Interleaving String | Java Solution | Dynamic Programming

Determine if a string s3 can be formed by interleaving strings s1 and s2 without changing character order. #leetcode ...

8:58
LeetCode 97: Interleaving String | Java Solution | Dynamic Programming

625 views

11 months ago

Explainedbychhavi
LeetCode 3471: Find the Largest Almost Missing Integer | Easy Java Solution

LeetCode 3471 – Find the Largest Almost Missing Integer in Java 🚀 In this video, we’ll understand the problem, the key ...

7:35
LeetCode 3471: Find the Largest Almost Missing Integer | Easy Java Solution

613 views

1 month ago

Explainedbychhavi
Remove Methods From Project | DFS Graph Solution | LeetCode 3310 | Java | Step-by-Step Explanation

In this video, we solve LeetCode 3310 - Remove Methods From Project using the DFS (Depth First Search) approach. We'll start ...

12:12
Remove Methods From Project | DFS Graph Solution | LeetCode 3310 | Java | Step-by-Step Explanation

515 views

1 month 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

987 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,049 views

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

354 views

1 month ago

Code Scribbler
LeetCode 64: Minimum Path Sum | Java Solution | Dynamic Programming

In this video, I tackle the #minimum #path #sum problem where we need to find the path with the minimum sum from top-left to ...

7:11
LeetCode 64: Minimum Path Sum | Java Solution | Dynamic Programming

773 views

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

376 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

3 weeks ago

Developer Coder
Minimum Number of Pushes to Type Word I | LeetCode 3014 | Java Code | Developer Coder

Welcome to Developer Coder! In this video, we'll solve LeetCode 3014 - Minimum Number of Pushes to Type Word I using ...

10:22
Minimum Number of Pushes to Type Word I | LeetCode 3014 | Java Code | Developer Coder

681 views

1 month ago

Technosage
LeetCode 15 — 3 Sum | Java Solution Explained Step-by-Step

In this video, we solve Medium level LeetCode 15 — 3 Sum using Java. You'll learn how to approach this popular interview ...

15:37
LeetCode 15 — 3 Sum | Java Solution Explained Step-by-Step

3,549 views

3 months 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

303 views

2 weeks ago

Cakot Coding
LeetCode 3471: Find the Largest Almost Missing Integer | Easy O(n) Solution | Java

Can you find the largest integer that appears in exactly one subarray of length k? In this video, I solve LeetCode 3471 - Find the ...

14:54
LeetCode 3471: Find the Largest Almost Missing Integer | Easy O(n) Solution | Java

1,686 views

1 month 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

791 views

9 days ago

Explainedbychhavi
LeetCode 3731 | Find Missing Elements | 4 Approaches Explained | Java

Problem Link : https://leetcode.com/problems/find-missing-elements/description/?envType=daily-question&envId=2026-08-04 In ...

7:50
LeetCode 3731 | Find Missing Elements | 4 Approaches Explained | Java

581 views

1 month 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 (हिंदी में)

210 views

4 months ago