ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

24 results

void2038
LeetCode 3: Longest Substring in 30 Seconds 🔥

Finding the longest substring without repeating characters? Use the sliding window technique! Two pointers + a hash set = O(n) ...

0:38
LeetCode 3: Longest Substring in 30 Seconds 🔥

1,108 views

7 hours ago

0xAgro
Two Arrays, Two Pointers = Merge Sorted Arrays 🔀 (Quick Visual!)

Full LeetCode Notes Playlist: https://bit.ly/LeetCodeNotes Struggling with merging two sorted arrays efficiently? This short ...

0:19
Two Arrays, Two Pointers = Merge Sorted Arrays 🔀 (Quick Visual!)

173 views

20 hours ago

leetcode Grind
LeetCode 925 | Long Pressed Name | Python Two Pointers Explained | Day 13 | 66/1000

Today I solved LeetCode 925 Long Pressed Name using Python In this video, I explain the problem step by step using the two ...

3:34
LeetCode 925 | Long Pressed Name | Python Two Pointers Explained | Day 13 | 66/1000

0 views

8 hours ago

leetcode Grind
LeetCode 917 Reverse Only Letters Python Two Pointers Explained Day 13 65/1000 🔥

Today I solved LeetCode 917 Reverse Only Letters using Python In this video, I explain how to reverse only alphabetic ...

3:23
LeetCode 917 Reverse Only Letters Python Two Pointers Explained Day 13 65/1000 🔥

0 views

8 hours ago

Village Programming
Merge Two Sorted Array Leetcode | DSA with Patterns | Two Pointers | Array #coding #leetcode
2:54
Merge Two Sorted Array Leetcode | DSA with Patterns | Two Pointers | Array #coding #leetcode

0 views

15 hours ago

Village Programming
Remove Duplicates Leetcode | DSA with Patterns | Two Pointers Array #coding #leetcode #dsa

... जिसमें से हमको डुप्लीकेट्स रिमूव करना है इनपुट में हमारे पास है 1 1 2 ...

2:58
Remove Duplicates Leetcode | DSA with Patterns | Two Pointers Array #coding #leetcode #dsa

159 views

22 hours ago

Study Placement
Maximum Capacity Within Budget 🔥 LeetCode 3814 | Weekly Contest 485 | Greedy + Sorting

... Two pointers: https://youtube.com/playlist?list=PLsLlEdtakGow7Brk6c1OM_Bh-Mz55V7nX&si=hwShAQg6AT_VlwOm Sliding ...

20:54
Maximum Capacity Within Budget 🔥 LeetCode 3814 | Weekly Contest 485 | Greedy + Sorting

439 views

17 hours ago

Rebase Youself
99% Backtracking Problems = 1 JavaScript Template 💯 #coding #javascriptcoding #codeprep

If you've already learned Two Pointer Sliding Window then Backtracking is the NEXT important DSA pattern for coding ...

0:35
99% Backtracking Problems = 1 JavaScript Template 💯 #coding #javascriptcoding #codeprep

602 views

8 hours ago

Study Placement
Largest Magic Square | LeetCode 1895 | Medium | Prefix Sum + Brute Force | Daily LeetCode

In this video, we solve LeetCode 1895: Largest Magic Square. Code: https://leetcode.com/problems/largest-magic-square ...

24:18
Largest Magic Square | LeetCode 1895 | Medium | Prefix Sum + Brute Force | Daily LeetCode

919 views

22 hours ago

Study Placement
Design Auction System 🔥 LeetCode 3815 | Weekly Contest 485 | Design + Heaps

... Two pointers: https://youtube.com/playlist?list=PLsLlEdtakGow7Brk6c1OM_Bh-Mz55V7nX&si=hwShAQg6AT_VlwOm Sliding ...

18:53
Design Auction System 🔥 LeetCode 3815 | Weekly Contest 485 | Design + Heaps

33 views

8 hours ago

MostOptimal
Delete the middle node of linked list

Delete the Middle Node of a Linked List | LeetCode Explained In this video, we solve the Delete the Middle Node of a Linked List ...

4:30
Delete the middle node of linked list

0 views

9 hours ago

Mastering Programming
If You Can't Solve This Coding Question You Should Not Be Going On Interviews

The algorithm utilizes a sliding window approach, employing two pointers to define the current substring. It iteratively expands the ...

0:57
If You Can't Solve This Coding Question You Should Not Be Going On Interviews

741 views

12 hours ago

Apurv
[Part 3] Minimum Window Substring - Leetcode 76 - Javascript (Quick)

Question link - https://leetcode.com/problems/minimum-window-substring/

2:25
[Part 3] Minimum Window Substring - Leetcode 76 - Javascript (Quick)

235 views

19 hours ago

Leetcode Lab
Two Pointers? Ask This First ❌ (Stop Forcing Patterns) #dsa #leetcode #python

Two pointers is a powerful pattern — but only when used correctly. Many LeetCode failures happen because people force ...

0:24
Two Pointers? Ask This First ❌ (Stop Forcing Patterns) #dsa #leetcode #python

0 views

8 hours ago

Ashwini Kemshetty
Container With Most Water - LeetCode 11 | Two Pointers Explained | Day 12 of My LeetCode Journey

Day 12 of My LeetCode Journey | Container With Most Water (LeetCode 11) In this video, I solve LeetCode Problem #11 ...

11:20
Container With Most Water - LeetCode 11 | Two Pointers Explained | Day 12 of My LeetCode Journey

5 views

9 hours ago

Abhinav Vp
Leetcode 88 | Merge Sorted Array | Malayalam Explanation|Arrays & Two Pointers #leetcode #malayalam

This video explains LeetCode Problem 88 - Merge Sorted Array - In a beginner friendly way in Malayalam. this is a classic ...

25:35
Leetcode 88 | Merge Sorted Array | Malayalam Explanation|Arrays & Two Pointers #leetcode #malayalam

14 views

11 hours ago

MOHAMMAD RIZWAN
 DATA STRUCTURE  OF LINK LIST LECTURES

DATA STRUCTURE OF LINK LIST LECTURES mohammad RIZWAN 8676 follow instragram ID mr884072020 and Facebook ...

23:04
DATA STRUCTURE OF LINK LIST LECTURES

3 views

8 hours ago

jakubd
Subarrays with K Different Integers - Leetcode 992 - Road to FAANG #49

day 49 of getting into google :D two pointers. #leetcode #cpp #interviewpreparation.

28:30
Subarrays with K Different Integers - Leetcode 992 - Road to FAANG #49

4 views

14 hours ago

TechTrek
LeetCode Que - 27 Remove Element

LeetCode 27 | Remove Element | Easy Two Pointer Approach | DSA Interview Question In this video, we solve LeetCode Question ...

5:56
LeetCode Que - 27 Remove Element

0 views

11 hours ago

TechnoPathy
MAANG Favorite DSA Problem 😱 Linked List Cycle Detection Explained Simply | LeetCode 141

Struggling to understand cycle detection in a linked list? This video breaks down LeetCode Problem 141 step by step using the ...

11:13
MAANG Favorite DSA Problem 😱 Linked List Cycle Detection Explained Simply | LeetCode 141

43 views

17 hours ago