ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

593 results

AzerCS
TWO POINTERS
2:01:30
TWO POINTERS

0 views

5 days ago

RisingBrain
Two pointers | Brute force and Optimised Solution discussed

In this video, we deep dive into the Two Pointers technique, starting from the brute force approach and then optimizing it step by ...

12:19
Two pointers | Brute force and Optimised Solution discussed

1,559 views

4 days ago

RisingBrain
3 Sum Problem Explained | Brute Force to Optimal using Two Pointers

In this video, we solve the 3 Sum problem step by step, starting with the brute force approach and then moving to the optimized ...

23:18
3 Sum Problem Explained | Brute Force to Optimal using Two Pointers

539 views

22 hours ago

V Code
Day 7/300 | Two pointers 7 | Sort colors
10:01
Day 7/300 | Two pointers 7 | Sort colors

1 view

4 days ago

CodeNet Masters
Is Subsequence Made Easy | Two Pointer Technique | LeetCode DSA | CodeNet Masters

In this video, we solve the popular LeetCode problem "Is Subsequence" using the efficient Two Pointer technique. You'll learn ...

12:02
Is Subsequence Made Easy | Two Pointer Technique | LeetCode DSA | CodeNet Masters

0 views

6 days ago

Command Line
Leetcode: Two-Pointer or Sliding Window approach using Leetcode example

Problem No. 5 - Longest Palindromic String Leetcode problem to be solved with Two-Pointer or Sliding Window approach. Simple ...

27:40
Leetcode: Two-Pointer or Sliding Window approach using Leetcode example

0 views

4 days ago

V Code
Day 6/300 | Two pointers 6 | Triplets with smaller sum

This video was recorded with very limited equipment. will try to improve it soon. And also i need to work on my explanation.

7:51
Day 6/300 | Two pointers 6 | Triplets with smaller sum

8 views

5 days ago

DS Buddy
Palindrome String in C++ | Two pointer approach

A palindrome string reads the same forwards and backward, like "racecar" or "madam". #leetcode #code #github #leetcode #code ...

4:56
Palindrome String in C++ | Two pointer approach

17 views

4 days ago

CodeNet Masters
Merge Sorted Array Made Easy | Two Pointer Technique | LeetCode DSA | CodeNet Masters

In this video, we solve the popular LeetCode problem "Merge Sorted Array" using the efficient Two Pointer technique. Instead of ...

16:23
Merge Sorted Array Made Easy | Two Pointer Technique | LeetCode DSA | CodeNet Masters

12 views

7 days ago

Bhumika Pal
LeetCode 27 Remove Element | Two Pointer Pattern Explained

In this video, we solve LeetCode 27 – Remove Element using the Two Pointer Pattern. This problem is a classic example of how ...

7:50
LeetCode 27 Remove Element | Two Pointer Pattern Explained

0 views

4 days ago

coder's life
Reverse String | LeetCode 344 | Two Pointer Explained | Java | DSA for Beginners

Learn how to solve LeetCode 344 – Reverse String step by step using the Two Pointer Technique in Java. In this video, you'll ...

5:12
Reverse String | LeetCode 344 | Two Pointer Explained | Java | DSA for Beginners

39 views

4 days ago

Misetro
DSA Malayalam Beginners | LeetCode 19 Remove Nth Node From End | Two Pointer Distance Technique

In this video, I solve LeetCode 19 – Remove Nth Node From End of List using the Two Pointer technique by maintaining a fixed ...

12:05
DSA Malayalam Beginners | LeetCode 19 Remove Nth Node From End | Two Pointer Distance Technique

32 views

5 days ago

Bhumika Pal
Two Pointer Pattern Explained | How It Works + Template | Two Sum II Solved (C++)

In this video, we deep dive into the Two Pointer Pattern — one of the most important DSA patterns for coding interviews.

19:55
Two Pointer Pattern Explained | How It Works + Template | Two Sum II Solved (C++)

2 views

6 days ago

Misetro
DSA Malayalam Beginners | LeetCode 15 3Sum | Two Pointer Technique

In this video, I solve LeetCode 15 – 3Sum using the Sorting + Two Pointer approach. The explanation is in **Malayalam**, and ...

12:50
DSA Malayalam Beginners | LeetCode 15 3Sum | Two Pointer Technique

0 views

4 days ago

OBrutus
Maximize Number of 1's. Done efficinetly in clean 2 step process.

In this video, we solve the GeeksforGeeks Problem: Maximize Number of 1s. The challenge is to find the maximum number of ...

9:41
Maximize Number of 1's. Done efficinetly in clean 2 step process.

64 views

4 days ago

TechGeek
How to Reverse a String / Char Array (Two Pointer Method)

... I'll use here two pointer approach i'll place first pointer at the very first character of the array right so the index of that character is ...

2:09
How to Reverse a String / Char Array (Two Pointer Method)

91 views

7 days ago

Leetcode w dropout PhD
160. Intersection of Two Linked Lists - C++ (Linked List, 2 pointers)

coding #leetcode #linkedlist #twopointers #C #cplusplus.

7:05
160. Intersection of Two Linked Lists - C++ (Linked List, 2 pointers)

0 views

6 days ago

Kitflix
Working with Pointers in C: Address and Dereferencing

Source Code & Examples: https://github.com/kitflix/Kitflix-Embedded-C-Crash-Course/ In this lesson, we move from concepts to ...

8:32
Working with Pointers in C: Address and Dereferencing

34 views

1 day ago

Code Kage
LeetCode 3634 | Minimum Removals to Balance Array | Two Pointers + Sorting

In this video, we solve LeetCode 3634: Minimum Removals to Balance Array using an efficient Two Pointers + Sorting approach.

8:21
LeetCode 3634 | Minimum Removals to Balance Array | Two Pointers + Sorting

53 views

3 days ago

Code Arsenal
167. Two Sum II - Input Array Is Sorted

LeetCode | Two Sum II (Sorted Array) Approach: Two Pointers Key idea: Move pointers based on sum comparison ...

0:40
167. Two Sum II - Input Array Is Sorted

0 views

5 days ago