ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

21 results

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

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

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

22 hours 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

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

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

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

Singleton Dev : DSA
LeetCode 75 #5: Reverse Vowels of a String | Python Solution

Problem Link: https://leetcode.com/problems/reverse-vowels-of-a-string My Solution: ...

5:57
LeetCode 75 #5: Reverse Vowels of a String | Python Solution

10 views

6 days ago

Singleton Dev : DSA
LeetCode 75 #6: Reverse Words in a String | Python Solution

Problem Link: https://leetcode.com/problems/reverse-words-in-a-string/ My Solution: ...

4:59
LeetCode 75 #6: Reverse Words in a String | Python Solution

4 views

5 days ago

Leetcode Unlocked
214. Shortest Palindrome | Leetcode Unlocked - Python

In this video, we explore three distinct approaches: a Brute Force method, a Two Pointer strategy, and the optimal O(N) solution ...

8:56
214. Shortest Palindrome | Leetcode Unlocked - Python

0 views

4 hours ago

Leetcode Unlocked
209. Minimum Size Subarray Sum | Leetcode Unlocked - Python

We explain how to utilize the Two Pointers technique to dynamically resize the window and find the minimal length contiguous ...

8:03
209. Minimum Size Subarray Sum | Leetcode Unlocked - Python

0 views

17 hours ago

Singleton Dev : DSA
LeetCode 75 #9: String Compression | Python Solution

Problem Link: https://leetcode.com/problems/string-compression/ My Solution: ...

7:41
LeetCode 75 #9: String Compression | Python Solution

124 views

2 days ago

Leetcode Unlocked
206. Reverse Linked List | Leetcode Unlocked - Python

Struggling with Linked Lists? Today we tackle the absolute classic LeetCode 206: Reverse Linked List. This video provides a ...

8:07
206. Reverse Linked List | Leetcode Unlocked - Python

12 views

2 days ago

Study Placement
Delete Columns to Make Sorted II 🔥 | LeetCode 955 | Greedy + Lexicographic Order | Optimal Solution

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

15:55
Delete Columns to Make Sorted II 🔥 | LeetCode 955 | Greedy + Lexicographic Order | Optimal Solution

936 views

4 days ago

NullPointer
Intersection of Two arrays with Duplicate Elements, Intersection of 2 Arrays| 4 Approaches Explained
16:08
Intersection of Two arrays with Duplicate Elements, Intersection of 2 Arrays| 4 Approaches Explained

0 views

0

Keshavraj pore
Color Sorting Algorithm Explained | Dutch National Flag Algorithm (0s, 1s & 2s) | DSA

Color Sorting is a very popular DSA interview problem where we sort an array containing only 0s, 1s, and 2s without using any ...

5:29
Color Sorting Algorithm Explained | Dutch National Flag Algorithm (0s, 1s & 2s) | DSA

9 views

6 days ago

Programming Avec Reza
Pointers to two dimensional arrays in C++

Learn C++ and Python from Zero to Hero! Are you ready to master C++ or Python from scratch? Whether you're a beginner or ...

9:15
Pointers to two dimensional arrays in C++

4 views

1 day ago

leetcode tamil
Trapping Rain Water in Tamil | Leetcode in Tamil | NeetCode in Tamil

Instead of precomputing these values using extra space, we use two pointers that move inward from both ends while keeping ...

8:55
Trapping Rain Water in Tamil | Leetcode in Tamil | NeetCode in Tamil

0 views

14 hours ago

leetcode tamil
Container with Most Water in Tamil | Leetcode in Tamil | Neetcode in tamil

Key Idea Use two pointers (left & right) Calculate area = min(height[left], height[right]) × (right - left) Move the pointer with the ...

8:17
Container with Most Water in Tamil | Leetcode in Tamil | Neetcode in tamil

0 views

1 day ago

Talent Navigator
Reversing a Linked List  Step by Step Guide🔄

Summary for [Finding the Middle Node in a Linked List slow and fast pointer ...

6:09
Reversing a Linked List Step by Step Guide🔄

5 views

2 days ago