ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,915 results

Byte Decode
LeetCode 46 - Permutations | Backtracking Explained in Hindi | Python Solution | IN 7 MINUTES

In this video, we'll solve LeetCode Problem 46: Permutations using a clean and simple backtracking approach. We'll break down ...

7:07
LeetCode 46 - Permutations | Backtracking Explained in Hindi | Python Solution | IN 7 MINUTES

288 views

6 months ago

Byte Decode
3Sum | Leetcode 15 | IN 12 MINUTES | Python | Hindi

In this video, we dive deep into the 3Sum problem from LeetCode (Problem #15). I explain the logic behind the solution and then ...

11:54
3Sum | Leetcode 15 | IN 12 MINUTES | Python | Hindi

392 views

6 months ago

Byte Decode
Longest Common Prefix | Leetcode 14 | IN 7 MINUTES | Python | Hindi

Learn how to MASTER the "Longest Common Prefix" problem (Leetcode #14) in under 7 minutes! This video provides a clear and ...

6:52
Longest Common Prefix | Leetcode 14 | IN 7 MINUTES | Python | Hindi

785 views

6 months ago

Techie Bytess
If You Cannot Build Logic, You Cannot Solve LeetCode Problems | Watch to Know Why

Struggling with LeetCode problems? You're not alone. The real challenge isn't solving hundreds of questions; it's building the ...

5:58
If You Cannot Build Logic, You Cannot Solve LeetCode Problems | Watch to Know Why

161,818 views

4 months ago

Nancy Solanki
If You Can't Build Logic, You Can't Solve LeetCode Problems

Feeling stuck in the endless loop of watching LeetCode solutions to solve Questions but unable to solve new problems by yourself ...

9:03
If You Can't Build Logic, You Can't Solve LeetCode Problems

150,657 views

7 months ago

Code and Debug
DSA in Python Course - Leetcode 1: Two Sum Problem - Part 35 [Hindi] | Code & Debug

Welcome to Part 35 of Code & Debug's DSA in Python Course! In this video, we'll tackle Leetcode Problem 1: Two Sum, one of the ...

16:44
DSA in Python Course - Leetcode 1: Two Sum Problem - Part 35 [Hindi] | Code & Debug

11,835 views

10 months ago

Byte Decode
LeetCode 83 - Remove Duplicates from Sorted List | Easy Linked List Problem | Python in Hindi

Hello doston! Aaj ke video mein hum solve karenge LeetCode Problem 83: Remove Duplicates from Sorted List — ek easy lekin ...

4:30
LeetCode 83 - Remove Duplicates from Sorted List | Easy Linked List Problem | Python in Hindi

72 views

5 months ago

Byte Decode
LeetCode 28 – Find the Index of the First Occurrence in a String | Python Code Explained in Hindi

In this video, we solve Find the Index of the First Occurrence in a String using a simple brute-force approach in Python. I'll walk ...

3:32
LeetCode 28 – Find the Index of the First Occurrence in a String | Python Code Explained in Hindi

273 views

4 months ago

codestorywithMIK
Count Covered Buildings | Simplest Intuition | Dry Run | Leetcode 3531 | codestorywithMIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A Hi Everyone, this is the 25th video of ...

30:03
Count Covered Buildings | Simplest Intuition | Dry Run | Leetcode 3531 | codestorywithMIK

4,968 views

2 days ago

Byte Decode
LeetCode 88 - Merge Sorted Array | In-place Merge Without Extra Space | Python in Hindi

Namaste doston! Aaj ke video mein hum solve karenge LeetCode Problem 88: Merge Sorted Array — ek bahut important ...

6:17
LeetCode 88 - Merge Sorted Array | In-place Merge Without Extra Space | Python in Hindi

171 views

5 months ago

Byte Decode
LeetCode 22 - Generate Parentheses | Backtracking Made Easy | Python Explained in Hindi

Hello everyone! Aaj ke video mein hum solve karenge LeetCode Problem 22: Generate Parentheses — ek popular backtracking ...

9:44
LeetCode 22 - Generate Parentheses | Backtracking Made Easy | Python Explained in Hindi

156 views

6 months ago

Byte Decode
Median of Two Sorted Arrays| Leetcode 4 | IN 20 MINTUES | Python | Hindi

Leetcode Problems / Leetcode Solutions / Leetcode Python / Leetcode Playlist / Python / Leetcode Dive into Leetcode Python with ...

16:32
Median of Two Sorted Arrays| Leetcode 4 | IN 20 MINTUES | Python | Hindi

592 views

7 months ago

Byte Decode
Longest Palindromic Substring | Leetcode 5 | IN 7 MINTUES | Python | Hindi

Dive into Leetcode Python with our Longest Palindromic Substring tutorial! Master Leetcode Python Problems, find Leetcode ...

7:06
Longest Palindromic Substring | Leetcode 5 | IN 7 MINTUES | Python | Hindi

502 views

7 months ago

Byte Decode
Letter Combinations of a Phone Number | Leetcode 17 | IN 9 MINUTES | Python | Hindi

In this video, I explain how to solve the Letter Combinations of a Phone Number problem using recursion and backtracking — in ...

8:53
Letter Combinations of a Phone Number | Leetcode 17 | IN 9 MINUTES | Python | Hindi

216 views

6 months ago

Ashish Pratap Singh
How to Start LeetCode from ZERO in 2025

Master DSA patterns: https://algomaster.io ▻ My DSA Playlist: ...

11:31
How to Start LeetCode from ZERO in 2025

521,126 views

11 months ago

Anuj Kumar Sharma
It took me 8+ years to realize what I'll tell you in 8 minutes | Coding in 2025

Hey guys, my new Spring Boot Cohort 4.0 [Live] is Launched This course gonna be a game changer for aspiring Java ...

8:38
It took me 8+ years to realize what I'll tell you in 8 minutes | Coding in 2025

270,698 views

4 months ago

Byte Decode
LeetCode 27 – Remove Element | Best Logic & Python Code Explained in Hindi

In this video, we'll solve Remove Element using an efficient two-pointer approach. I'll walk you through the logic and write clean, ...

5:43
LeetCode 27 – Remove Element | Best Logic & Python Code Explained in Hindi

303 views

4 months ago

Code and Debug
DSA in Python Course - Leetcode 15: 3Sum Problem - Part 44 [Hindi]

Welcome to Part 44 of Code & Debug's DSA in Python Course! In this lecture, we will solve Leetcode Problem 15: 3Sum, one of ...

39:46
DSA in Python Course - Leetcode 15: 3Sum Problem - Part 44 [Hindi]

7,927 views

10 months ago

Code and Debug
DSA in Python Course - Leetcode 189: Right Rotate an Array by K Places - Part 29 [Hindi]

Welcome to Part 29 of Code & Debug's DSA in Python Course! In this video, we'll tackle Leetcode Problem 189: Right Rotate an ...

22:17
DSA in Python Course - Leetcode 189: Right Rotate an Array by K Places - Part 29 [Hindi]

12,384 views

11 months ago

Code and Debug
DSA in Python - Longest Common Prefix | Vertical Scan + Alternatives (O(N·M)) | Part 220 [Hindi]

Welcome to Part 220 of Code & Debug's DSA in Python Course! In this video, the goal is to find the longest starting substring ...

17:12
DSA in Python - Longest Common Prefix | Vertical Scan + Alternatives (O(N·M)) | Part 220 [Hindi]

1,011 views

3 months ago

Byte Decode
LeetCode 41 - First Missing Positive | Top Interview Question | Python Explained in Hindi

Namaste doston! Is video mein hum solve karenge LeetCode Problem 41: First Missing Positive — ek tricky array problem jisme ...

11:06
LeetCode 41 - First Missing Positive | Top Interview Question | Python Explained in Hindi

142 views

6 months ago

Byte Decode
Longest Valid Parentheses | Leetcode 32 | IN 9 MINUTES | Python | Hindi

In this video, we will solve the Longest Valid Parentheses problem from LeetCode using Python, with a full explanation in Hindi.

9:10
Longest Valid Parentheses | Leetcode 32 | IN 9 MINUTES | Python | Hindi

219 views

6 months ago

AlgoMasterIO
Sliding Window in 7 minutes | LeetCode Pattern

Master DSA Patterns: https://algomaster.io/ ▻ My DSA Playlist: ...

7:38
Sliding Window in 7 minutes | LeetCode Pattern

162,045 views

10 months ago

Code and Debug
DSA in Python - Longest Substring Without Repeating Characters | Leetcode 3 - Part 94 [Hindi]

Welcome to Part 94 of Code & Debug's DSA in Python Course! In this lecture, we solve Leetcode 3: Longest Substring Without ...

29:03
DSA in Python - Longest Substring Without Repeating Characters | Leetcode 3 - Part 94 [Hindi]

3,365 views

7 months ago

Meghna Srivastava
How To Use Leetcode as a Beginner in 2025

How to Use LeetCode Effectively as a Beginner | Full Guide for 2025!** Are you a beginner struggling with **how to start with ...

9:48
How To Use Leetcode as a Beginner in 2025

19,005 views

5 months ago