ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,122 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

440 views

8 months ago

Sikhne Waale
Valid Parentheses | Python | Hindi | Leetcode 20

In this video, we'll solve Leetcode Problem 20 – Valid Parentheses using Python, explained completely in Hindi so that beginners ...

16:41
Valid Parentheses | Python | Hindi | Leetcode 20

10 views

3 months ago

DataEngineering360
Leetcode Problem 1: Two Sum Solution in Python | Hindi

leetcode #python Q. Given an array of integers nums and an integer target, return indices of the two numbers such that they add ...

5:56
Leetcode Problem 1: Two Sum Solution in Python | Hindi

191 views

2 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

1,115 views

8 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

492 views

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

430 views

7 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

120 views

7 months ago

DataEngineering360
Leetcode 217. Contains Duplicate | Hindi | Python | Leetcode | Optimized way

leetcode #python #timecomplexity Q. Given an integer array nums, return true if any value appears at least twice in the array, and ...

2:16
Leetcode 217. Contains Duplicate | Hindi | Python | Leetcode | Optimized way

31 views

2 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

254 views

8 months ago

Byte Decode
LeetCode 153 - Find Minimum in Rotated Sorted Array | Binary Search | Python Explained in Hindi

Hello doston! Aaj ke video mein hum solve karenge LeetCode Problem 153: Find Minimum in Rotated Sorted Array — ek classic ...

6:29
LeetCode 153 - Find Minimum in Rotated Sorted Array | Binary Search | Python Explained in Hindi

75 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

302 views

8 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

154,803 views

9 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

429 views

6 months ago

DataEngineering360
Leetcode 121. Best Time to Buy and Sell Stock | Hindi | Python | Leetcode 1 | Optimized way

leetcode #python #timecomplexity Q. You are given an array prices where prices[i] is the price of a given stock on the ith day.

4:15
Leetcode 121. Best Time to Buy and Sell Stock | Hindi | Python | Leetcode 1 | Optimized way

22 views

2 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

875 views

9 months ago

Code and Debug
DSA with Python - Flood Fill Algorithm | DFS & BFS Grid Coloring | Leetcode 733 - Part 123 [Hindi]

Welcome to Part 123 of Code & Debug's DSA with Python Course! In this video, we solve Leetcode 733: Flood Fill, where we ...

34:03
DSA with Python - Flood Fill Algorithm | DFS & BFS Grid Coloring | Leetcode 733 - Part 123 [Hindi]

1,952 views

8 months ago

DataEngineering360
Leetcode 128. Longest Consecutive Sequence| Hindi | Python | Leetcode | Optimized way

leetcode #python #timecomplexity Q. Given an unsorted array of integers nums, return the length of the longest consecutive ...

5:22
Leetcode 128. Longest Consecutive Sequence| Hindi | Python | Leetcode | Optimized way

9 views

2 months ago

5 Minutes Engineering
LeetCode Problem #1 Two Sum detailed solution | Hindi

Official Website : https://www.5minutesengineering.com/ Android App : https://play.google.com/store/apps/details?id=co.jones ...

8:09
LeetCode Problem #1 Two Sum detailed solution | Hindi

5,624 views

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

5 months ago

Byte Decode
LeetCode 56: Merge Intervals | Most Asked Interview Question | Python + Dry Run in Hindi

In this video, we solve Merge Intervals, one of the most frequently asked coding interview questions. This is a popular question in ...

9:12
LeetCode 56: Merge Intervals | Most Asked Interview Question | Python + Dry Run in Hindi

105 views

6 months ago