ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

115 results

BitSize Learning
Two Pointers Explained Visually (FAST + SLOW) | One of the Most Important LeetCode Patterns

The Two Pointers pattern is direct, fast, and surprisingly elegant. Once you see it clearly, it stops being a trick and becomes a ...

5:43
Two Pointers Explained Visually (FAST + SLOW) | One of the Most Important LeetCode Patterns

6,754 views

4 weeks ago

BitSize Learning
Master 3Sum in 10 Minutes — Two Pointers Explained Visually (LeetCode + Python)

Master the 3Sum problem the way top candidates do in coding interviews. This video breaks down the Two Pointers technique ...

10:41
Master 3Sum in 10 Minutes — Two Pointers Explained Visually (LeetCode + Python)

101 views

3 weeks ago

Awesome
Write code good enough to deploy rockets

NASA's top 10 rules for writing good software. Topics: - Coding best practices; - NASA rules for safe code; - Simple control flow; ...

8:22
Write code good enough to deploy rockets

12,289 views

22 hours ago

BitSize Learning
Trapping Rain Water in 5 Minutes — Clean Two Pointers Pattern (Python + LeetCode)

Master Trapping Rain Water (LeetCode 42) with a clear, step-by-step Two Pointers visual explanation. This video breaks down ...

6:24
Trapping Rain Water in 5 Minutes — Clean Two Pointers Pattern (Python + LeetCode)

67 views

3 weeks ago

TechTrouble Solved
Squares of a Sorted Array | LeetCode 977 | Two Pointers Explained

In this video, we solve LeetCode Problem 977 — Squares of a Sorted Array. We start by understanding why the naive approach of ...

10:54
Squares of a Sorted Array | LeetCode 977 | Two Pointers Explained

26 views

20 hours ago

BitSize Learning
Container With Most Water in 5 Minutes — Fast Two Pointers Solution (Python)

In this video, we solve LeetCode 11: Container With Most Water using the Two Pointers technique. First, we visualize the problem ...

5:16
Container With Most Water in 5 Minutes — Fast Two Pointers Solution (Python)

61 views

3 weeks ago

Sreemanti Dey
How I Would Learn Coding + DSA (If I Could Start Over)

Just a few years ago, I was 18 and applying to my first software engineering internship with zero experience, getting rejected left ...

9:12
How I Would Learn Coding + DSA (If I Could Start Over)

6,623 views

3 days ago

TechTrouble Solved
Move Zeroes | LeetCode 283 | Best Two Pointer Explanation (Easy & In-Place Solution)

Welcome to TechTrouble Solved! In this video, we break down Move Zeroes (LeetCode 283) using one of the most important ...

7:32
Move Zeroes | LeetCode 283 | Best Two Pointer Explanation (Easy & In-Place Solution)

42 views

2 weeks ago

Lets Code
Leetcode 21 - Merge Two Sorted Lists - Easy

Leetcode #21 - Merge Two Sorted Lists (Easy) In this video, we'll solve the Leetcode problem “Merge Two Sorted Lists” ...

6:45
Leetcode 21 - Merge Two Sorted Lists - Easy

0 views

18 hours ago

MindMap Learning
13. Move Zeros (LeetCode - 283)  - Two Pointers

Move Zeros (LeetCode 283) – Two Pointers In this video, we simulate the solution of LeetCode Problem 283 – Move Zeroes using ...

16:27
13. Move Zeros (LeetCode - 283) - Two Pointers

0 views

7 days ago

Leetcode Unlocked
167. Two Sum II - Input Array Is Sorted | Leetcode Unlocked - Python

Master LeetCode 167: Two Sum II - Input Array Is Sorted with this complete guide! We explore the efficient Two Pointers technique ...

6:31
167. Two Sum II - Input Array Is Sorted | Leetcode Unlocked - Python

0 views

13 days ago

Singleton Dev : DSA
LeetCode 75 #11: Is Subsequence | Python Solution

Problem Link: https://leetcode.com/problems/is-subsequence/ My Solution: ...

6:42
LeetCode 75 #11: Is Subsequence | Python Solution

0 views

5 hours ago

Hamd Waseem
LeetCode Weekly #4 - Two-Pointer Techniques! | 4Sum | #18

Hi and welcome to LeetCode Weekly! I'm Hamd, experienced in programming with Python, Next.js, Swift, Kotlin and many more.

5:58
LeetCode Weekly #4 - Two-Pointer Techniques! | 4Sum | #18

0 views

3 weeks ago

BitSize Learning
Master the Sliding Window Pattern in 5 Minutes — Fastest Way to Solve LeetCode Problems

... Python-ready template you can reuse Tags: sliding window, two pointers, python dsa, leetcode patterns, coding interview prep, ...

5:12
Master the Sliding Window Pattern in 5 Minutes — Fastest Way to Solve LeetCode Problems

107 views

3 weeks ago

Singleton Dev : DSA
LeetCode 75 #10: Move Zeroes | Python Solution

Problem Link: https://leetcode.com/problems/move-zeroes/ My Solution: ...

7:06
LeetCode 75 #10: Move Zeroes | Python Solution

20 views

1 day ago

TechTrouble Solved
Remove Duplicates from Sorted Array | Two Pointer Explained Visually | LeetCode 26

In this video, we solve LeetCode Problem 26: Remove Duplicates from Sorted Array. We use the Two Pointer Technique to ...

13:37
Remove Duplicates from Sorted Array | Two Pointer Explained Visually | LeetCode 26

56 views

8 days ago

Bharath Reddy
Two Pointer Approach in Telugu 🔥 | Solve 2 Sum Problem Fast | DSA Series 💻 Step-by-Step Explanation

Welcome to another episode of our DSA Series in Telugu! 💻🔥 In this video, we’ll master one of the most powerful techniques in ...

18:47
Two Pointer Approach in Telugu 🔥 | Solve 2 Sum Problem Fast | DSA Series 💻 Step-by-Step Explanation

543 views

2 weeks ago

Winston Tangg
Solve Any LeetCode Problem using 5 Simple Patterns(87% Success Rate)

Two Pointers: The efficient way to find pairs in sorted arrays without nested loops. Time & Space Complexity: Understanding O(n) ...

5:51
Solve Any LeetCode Problem using 5 Simple Patterns(87% Success Rate)

274 views

2 weeks ago

Leetcode Daily
2211. Count Collisions on a Road | Leetcode Daily - Python

... using string manipulation and two pointers. Whether you are prepping for a technical interview or practicing string algorithms, ...

10:05
2211. Count Collisions on a Road | Leetcode Daily - Python

551 views

3 weeks ago

DSA_WITH_PY
LeetCode 3 Sliding Window: Stop Using Brute Force

Use two pointers and a hash map to track the last index of each character. When a repeated character appears inside the current ...

15:40
LeetCode 3 Sliding Window: Stop Using Brute Force

0 views

2 weeks ago