ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,933 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

529 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,140 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

210 views

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

643 views

11 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,664 views

2 weeks ago

Code Scribbler
LeetCode 3612: Process String with Special Operations I | Java Solution | String Manipulation

Learn how to solve LeetCode 3612 with an efficient Java solution for processing strings using special operations '*', '#', and '%'.

4:05
LeetCode 3612: Process String with Special Operations I | Java Solution | String Manipulation

97 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

616 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

787 views

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

519 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,650 views

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

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,692 views

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

Explainedbychhavi
3517. Smallest Palindromic Rearrangement I | LeetCode 3517 | Java | Brute Force + Optimal

🚀 In this video, we'll solve LeetCode 3517: Smallest Palindromic Rearrangement I using Java. We'll start with the Brute Force ...

10:01
3517. Smallest Palindromic Rearrangement I | LeetCode 3517 | Java | Brute Force + Optimal

240 views

1 month ago

CodeWithBK
🎥 LeetCode 168 : Excel Sheet Column Title | Java Solution + Step-by-Step Explanation (Beats 100%)

LeetCode 168 : Excel Sheet Column Title | Java Solution + Step-by-Step Explanation (Beats 100%) Welcome to CodeWithBK!

9:11
🎥 LeetCode 168 : Excel Sheet Column Title | Java Solution + Step-by-Step Explanation (Beats 100%)

172 views

2 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

379 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

Code Scribbler
LeetCode 63: Unique Paths II | Java Solution | Dynamic Programming

In this video, we solve LeetCode's Unique Paths II problem using #dynamicprogramming. We navigate a grid with obstacles to ...

8:00
LeetCode 63: Unique Paths II | Java Solution | Dynamic Programming

333 views

10 months ago

Bindas Code
LeetCode 867 | Transpose Matrix 🔄 | Easy Java Solution | DSA Zero to Hero

In this video, we solve LeetCode Problem 867 – Transpose Matrix using a simple and beginner-friendly Java approach. You'll ...

5:09
LeetCode 867 | Transpose Matrix 🔄 | Easy Java Solution | DSA Zero to Hero

112 views

6 months ago

Developer Docs
Leetcode | 3069. Distribute Elements Into Two Arrays I | Easy | Java Solution

This video has the Problem Statement, Solution Walk-through and Code for the Leetcode Question 3069. Distribute Elements Into ...

6:35
Leetcode | 3069. Distribute Elements Into Two Arrays I | Easy | Java Solution

489 views

1 month ago