ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

223,683 results

Sahil & Sarra
8 patterns to solve 80% Leetcode problems

Try my free email crash course to crush technical interviews: Interview Master (now called InstaByte) - https://instabyte.io/ ▻ For ...

7:30
8 patterns to solve 80% Leetcode problems

990,055 views

1 year ago

NeetCode
My Brain after 569 Leetcode Problems

Roadmap: https://neetcode.io In this video I wanted to share every single thing I learned from solving and explaining hundreds of ...

7:50
My Brain after 569 Leetcode Problems

3,123,576 views

2 years ago

Ashish Pratap Singh
LeetCode was HARD until I Learned these 15 Patterns

Master DSA patterns: https://algomaster.io ▻ My DSA Playlist: ...

13:00
LeetCode was HARD until I Learned these 15 Patterns

1,472,858 views

1 year ago

Dave Burji
The unfair way I got good at Leetcode

If you don't have a list of good / common Leetcode questions handy, here's a good resource that contains such questions each ...

6:47
The unfair way I got good at Leetcode

747,439 views

2 years ago

Codebagel
How to Solve ANY LeetCode Problem (Step-by-Step)

You can solve ANY coding interview problem - you just need a step-by-step approach. In this video, I'll show you a formula for ...

12:37
How to Solve ANY LeetCode Problem (Step-by-Step)

556,408 views

1 year ago

Erik Cupsa
I Solved 300 LeetCode Problems And This Is What I Learned...

LeetCode is stupidly hard... but I somehow managed to struggle through and solve THREE HUNDRED problems. This is ...

9:24
I Solved 300 LeetCode Problems And This Is What I Learned...

158,150 views

4 months ago

NeetCodeIO
How I would learn Leetcode if I could start over

https://neetcode.io/yt - A better way to prepare for Coding Interviews ‍ LinkedIn: ...

18:03
How I would learn Leetcode if I could start over

1,300,980 views

1 year ago

Nikhil Lohia
3 Sum (LeetCode 15) | Full solution with examples and visuals | Interview Essential

Super helpful resources available here: https://nikoo28.github.io/all-my-links/ To see more videos like this, you can buy me a ...

14:32
3 Sum (LeetCode 15) | Full solution with examples and visuals | Interview Essential

154,375 views

2 years ago

Ashish Pratap Singh
How to Start Leetcode (as a beginner)

Master DSA patterns: https://algomaster.io ▻ My DSA Playlist: ...

8:45
How to Start Leetcode (as a beginner)

1,477,115 views

2 years ago

Green Code
I Solved 100 LeetCode Problems

Go to https://brilliant.org/GreenCode/ to learn more about Computer Science with a free 30-day trial and 20% off the premium ...

13:11
I Solved 100 LeetCode Problems

635,611 views

1 year ago

Striver
❌ Don't Run Behind 500 LEETCODE Problems ❌ Focus on QPCD

Find the best mentors here: https://visit.preplaced.in/nlq In this video, we discuss why it is important to not run behind numbers, ...

8:31
❌ Don't Run Behind 500 LEETCODE Problems ❌ Focus on QPCD

611,663 views

2 years ago

Technosage
Jump Game | Leetcode 55 | Top 150 interview question series

Top 150 interview question series Jump Game Leetcode problem number 55 JAVA interview programming playlist: ...

8:22
Jump Game | Leetcode 55 | Top 150 interview question series

5,794 views

9 months ago

Jenny's Lectures CS IT
LeetCode Question with Solution | Two Sum Problem | Placement Series

Placement Oriented Jennys Lectures DSA with Java Course (New Batch) ...

15:35
LeetCode Question with Solution | Two Sum Problem | Placement Series

113,074 views

1 year ago

Ashish Pratap Singh
How to Start LeetCode from ZERO in 2025

Master DSA patterns: https://algomaster.io ▻ My DSA Playlist: ...

11:31
How to Start LeetCode from ZERO in 2025

521,126 views

11 months ago

Nikhil Lohia
Word Break (LeetCode 139) | Full Solution using memoization and dynamic programming

Join this channel to get access to perks: https://www.youtube.com/channel/UCT-S2ngqEBoYCM5UKuNeELg/join Actual problem ...

17:18
Word Break (LeetCode 139) | Full Solution using memoization and dynamic programming

24,129 views

10 months ago

Technosage
Length of longest substring without repeating characters | LeetCode #3 | Top 150 interview question

Top 150 interview question series Length of longest substring without repeating characters This is the #LeetCode question ...

12:34
Length of longest substring without repeating characters | LeetCode #3 | Top 150 interview question

62,755 views

3 years ago

Nikhil Lohia
Isomorphic Strings (LeetCode 205) | Full solution using a HashMap | Easy to understand

... LeetCode Problems: https://www.youtube.com/playlist?list=PLFdAYMIVJQHPaldBFQXzd59EiqfJTYkah Other String Problems: ...

15:27
Isomorphic Strings (LeetCode 205) | Full solution using a HashMap | Easy to understand

74,488 views

2 years ago

Sahil & Sarra
I solved 541 Leetcode problems. But you need only 150.

1. How to use Leetcode effectively? 2. How to learn Data Structures and Algorithms? 3. How to use Leetcode solutions? 4.

7:42
I solved 541 Leetcode problems. But you need only 150.

2,534,323 views

3 years ago

Technosage
Two Sum problem | Leetcode problem 1 | Top 150 interview question series

Top 150 interview question series Two Sum problem. Leetcode problem number 1. JAVA interview programming playlist: ...

8:20
Two Sum problem | Leetcode problem 1 | Top 150 interview question series

51,947 views

3 years ago

Technosage
Linked List Cycle | Leetcode 141 | Top 150 interview question series

Top 150 interview question series Linked List Cycle Leetcode problem number 141 Time Complexity: O(n) Space Complexity: ...

8:27
Linked List Cycle | Leetcode 141 | Top 150 interview question series

1,802 views

8 months ago

Developer Docs
Leetcode | 1. Two Sum | Easy | Java Solution

This video has the Problem Statement, Solution Walk-through, Code, for 1. Two Sum, with a Time Complexity of O(n) and Space ...

5:41
Leetcode | 1. Two Sum | Easy | Java Solution

85,399 views

3 years ago

Nikhil Lohia
Permutations (LeetCode 46) | Full solution with backtracking examples | Interview | Study Algorithms

Super helpful resources available here: https://nikoo28.github.io/all-my-links/ To see more videos like this, you can buy me a ...

16:55
Permutations (LeetCode 46) | Full solution with backtracking examples | Interview | Study Algorithms

101,888 views

3 years ago

Nikhil Lohia
Maximum Average Subarray (LeetCode 643) | Sliding Window Algorithm | Full solution with animations

Actual problem on HackerRank: https://leetcode.com/problems/maximum-average-subarray-i/description/ Chapters: 00:00 - Intro ...

13:22
Maximum Average Subarray (LeetCode 643) | Sliding Window Algorithm | Full solution with animations

41,487 views

2 years ago

Technosage
Merge Sorted Array | Leetcode 88 | Top 150 interview question series

Top 150 interview question series Merge Sorted Array Leetcode problem number 88 LeetCode Top 150 Interview Questions: The ...

11:36
Merge Sorted Array | Leetcode 88 | Top 150 interview question series

103,946 views

2 years ago

Technosage
Length of Last Word | LeetCode problem 58 | Top 150 interview question series

Top 150 interview question series. Length of Last Word Leetcode problem number 58 Solution in JAVA JAVA interview ...

4:15
Length of Last Word | LeetCode problem 58 | Top 150 interview question series

63,502 views

3 years ago