ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

138,928 results

stoney codes
70 Leetcode problems in 5+ hours (every data structure) (full tutorial)

In this video we go through the solution and problem solving logic, walking through pretty much every leetcode question you need ...

5:27:20
70 Leetcode problems in 5+ hours (every data structure) (full tutorial)

1,480,710 views

1 year ago

freeCodeCamp.org and AlgoMonster
Data Structure and Algorithm Patterns for LeetCode Interviews – Tutorial

This is a comprehensive course on data structures and algorithms. @algo.monster will break down the most essential data ...

1:15:03
Data Structure and Algorithm Patterns for LeetCode Interviews – Tutorial

620,513 views

8 months ago

freeCodeCamp.org
Neetcode 150 Course - All Coding Interview Questions Solved

The NeetCode 150 is the most important LeetCode problems you need to master, selected to cover all major algorithmic patterns ...

38:57:11
Neetcode 150 Course - All Coding Interview Questions Solved

691,757 views

1 year ago

Coding with John
LeetCode Exercise in Java Tutorial - Two Sum FAST Solution

Full tutorial for a FAST solution for the LeetCode Two Sum exercise in Java! Complete Java course: ...

23:36
LeetCode Exercise in Java Tutorial - Two Sum FAST Solution

238,810 views

3 years ago

Nikhil Lohia
Coin Change (LeetCode 322) | Full solution with beautiful diagrams and visuals | Simplified

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

21:56
Coin Change (LeetCode 322) | Full solution with beautiful diagrams and visuals | Simplified

79,465 views

3 years ago

Cracking FAANG
BASIC CALCULATOR | LEETCODE # 224 | PYTHON SOLUTION

In this video we are solving the first problem in the Basic Calculator series of problems on Leetcode. It's a little bit trickier than ...

21:06
BASIC CALCULATOR | LEETCODE # 224 | PYTHON SOLUTION

45,278 views

4 years ago

Nikhil Lohia
Gas Station (LeetCode 134) | Full Solution with Diagrams and animation | Greedy Approach

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

20:55
Gas Station (LeetCode 134) | Full Solution with Diagrams and animation | Greedy Approach

13,148 views

11 months ago

CodeWithBK
LeetCode 2: Add Two Numbers  | C++ Solution + Step-by-Step Explanation (Beats 100%)

LeetCode 2: Add Two Numbers | C++ Solution + Step-by-Step Explanation (Beats 100%) Welcome to *CodeWithBK* !

21:28
LeetCode 2: Add Two Numbers | C++ Solution + Step-by-Step Explanation (Beats 100%)

407 views

6 months ago

Nikhil Lohia
Number of Islands (LeetCode 200) | Full solution with a DFS and a BFS approach

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

20:04
Number of Islands (LeetCode 200) | Full solution with a DFS and a BFS approach

21,347 views

1 year ago

Nikhil Lohia
Longest Common Subsequence (LeetCode 1143) | Full Solution with a natural explanation

Super helpful resources: https://nikoo28.github.io/all-my-links/ Actual problem on LeetCode: ...

21:23
Longest Common Subsequence (LeetCode 1143) | Full Solution with a natural explanation

36,891 views

2 years ago

Nikhil Lohia
Edit Distance (LeetCode 72) | Full step by step solution with thought process | Dynamic Programming

Actual problem on LeetCode: https://leetcode.com/problems/edit-distance/description/ Chapters: 00:00 - Intro 00:48 - Problem ...

22:28
Edit Distance (LeetCode 72) | Full step by step solution with thought process | Dynamic Programming

25,717 views

2 years ago

CodeWithBK
LeetCode 8:  String to Integer (atoi) | C++ Solution + Step-by-Step Explanation (Beats 100%)

LeetCode 8: String to Integer (atoi) | C++ Solution + Step-by-Step Explanation (Beats 100%) Welcome to CodeWithBK!

20:51
LeetCode 8: String to Integer (atoi) | C++ Solution + Step-by-Step Explanation (Beats 100%)

1,336 views

6 months ago

Nikhil Lohia
Longest Increasing Subsequence (LeetCode 300) | Detailed solution with animations and diagrams

Super helpful resources: https://nikoo28.github.io/all-my-links/ Actual problem on LeetCode: ...

28:11
Longest Increasing Subsequence (LeetCode 300) | Detailed solution with animations and diagrams

38,186 views

2 years ago

Nikhil Lohia
Insert Interval (LeetCode 57) } Full solution with different scenarios

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

20:14
Insert Interval (LeetCode 57) } Full solution with different scenarios

8,608 views

1 year ago

Jenny's Lectures CS IT
Coding Exercise on Arrays | LeetCode Problems with Solution | C++ Tutorials for Beginners #lec44

In this lecture we will discuss some LeetCode coding problems on Arrays: - Two Sum Problem - Find Single Element in Array C++ ...

36:01
Coding Exercise on Arrays | LeetCode Problems with Solution | C++ Tutorials for Beginners #lec44

32,641 views

2 years ago

Nikhil Lohia
Decode Ways (LeetCode 91) | Full Solution with visuals | Recursion to Dynamic Programming

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

23:11
Decode Ways (LeetCode 91) | Full Solution with visuals | Recursion to Dynamic Programming

25,330 views

2 years ago

Nikhil Lohia
Palindromic Substrings (LeetCode 647) | Full step by step solution with visuals

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

20:06
Palindromic Substrings (LeetCode 647) | Full step by step solution with visuals

18,153 views

1 year ago

Nikhil Lohia
Koko Eating Bananas (LeetCode 875) | Full solution with beautiful diagrams and visualizations

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

20:41
Koko Eating Bananas (LeetCode 875) | Full solution with beautiful diagrams and visualizations

18,285 views

1 year ago

Nikhil Lohia
01 Matrix (LeetCode 542) | Solution using BFS and Dynamic Programming | 2 sweeps simplified

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

21:27
01 Matrix (LeetCode 542) | Solution using BFS and Dynamic Programming | 2 sweeps simplified

5,428 views

1 year ago

Nikhil Lohia
Trapping Rain Water (LeetCode 42) | Interview Essential | Full visual solution

Super helpful resources: https://nikoo28.github.io/all-my-links/ Actual Problem: ...

21:01
Trapping Rain Water (LeetCode 42) | Interview Essential | Full visual solution

6,636 views

2 months ago