ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

670 results

freeCodeCamp.org
10 Common Coding Interview Problems - Solved!

Preparing for coding interviews? Competitive programming? Learn to solve 10 common coding problems and improve your ...

2:10:50
10 Common Coding Interview Problems - Solved!

647,746 views

3 years ago

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

... LeetCode Problems: https://www.youtube.com/playlist?list=PLFdAYMIVJQHPaldBFQXzd59EiqfJTYkah Dynamic Programming: ...

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

32,538 views

2 years ago

Chaz Winter
LeetCode #1 - Two Sum - Java Solution and Explanation

Here's the first Java tutorial video from Chaz Winter, explaining the famous LeetCode #1 Two Sum problem.

23:38
LeetCode #1 - Two Sum - Java Solution and Explanation

811 views

2 years ago

freeCodeCamp.org
Dynamic Programming - Learn to Solve Algorithmic Problems & Coding Challenges

Learn how to use Dynamic Programming in this course for beginners. It can help you solve complex programming problems, such ...

5:10:02
Dynamic Programming - Learn to Solve Algorithmic Problems & Coding Challenges

4,616,947 views

5 years ago

codestorywithMIK
Frequency of the Most Frequent Element | Binary Search | Sliding Window | META | Leetcode-1838

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A This is the 13th Video on our ...

57:25
Frequency of the Most Frequent Element | Binary Search | Sliding Window | META | Leetcode-1838

27,482 views

2 years ago

Nishant Chahar
90 Days Roadmap to master Leetcode and DSA in 2025! Crack your next coding interview!

Here is the 90 Days ROADMAP: https://study.algoprep.in/lg/ICk86m30uLVU Get FREE Trial for AlgoPrepX: ...

20:37
90 Days Roadmap to master Leetcode and DSA in 2025! Crack your next coding interview!

66,374 views

1 year ago

Life at Google
How to solve a Google coding interview question

Watch as Sami and Juliana — two software engineers at Google — walk through a mock coding question during a Google ...

25:49
How to solve a Google coding interview question

1,214,128 views

10 months ago

Codebagel
Top 7 Algorithms for Coding Interviews Explained SIMPLY

Today we'll be covering the 7 most important algorithms you need to ace your coding interviews and land a job as a software ...

21:22
Top 7 Algorithms for Coding Interviews Explained SIMPLY

597,069 views

3 years ago

freeCodeCamp.org
Graph Algorithms for Technical Interviews - Full Course

Learn how to implement graph algorithms and how to use them to solve coding challenges. ✏️ This course was developed by ...

2:12:19
Graph Algorithms for Technical Interviews - Full Course

1,439,392 views

4 years ago

CodeHelp - by Babbar
Lecture 7: LeetCode Problem Solving Session

In this Video, we are going to solve LeetCode Problems: - Reverse Integer [https://leetcode.com/problems/reverse-integer/ ] ...

42:43
Lecture 7: LeetCode Problem Solving Session

1,021,095 views

4 years ago

CodeHelp - by Babbar
Lecture21: Solving LeetCode/CodeStudio Questions [Arrays]

In this Video, we are going to solve questions on Array: - Rotate arrays - Check if rotated and sorted array - Add arrays There is a ...

33:32
Lecture21: Solving LeetCode/CodeStudio Questions [Arrays]

567,526 views

3 years ago

freeCodeCamp.org
Binary Tree Algorithms for Technical Interviews - Full Course

Learn how to implement binary tree algorithms and how to use them to solve coding challenges. ✏️ This course was ...

1:48:53
Binary Tree Algorithms for Technical Interviews - Full Course

820,754 views

4 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

6,680 views

10 months ago

codestorywithMIK
Sliding Window Maximum | Monotonic Deque | INTUITIVE | GOOGLE | Leetcode-239 | Dry Run

******* Similar Problem ******* Leetcode - 1425 - Constrained Subsequence Sum - https://github.com/MAZHARMIK/Interview_DS_Algo ...

31:54
Sliding Window Maximum | Monotonic Deque | INTUITIVE | GOOGLE | Leetcode-239 | Dry Run

33,530 views

2 years ago

codestorywithMIK
Subsets | Simple Story To Code | Leetcode 78 | Recursion Concepts And Questions | Video 17

iPad PDF Notes - https://github.com/MAZHARMIK/Interview_DS_Algo/blob/master/iPad%20PDF%20Notes/Recursion%20Concepts%20%26 ...

22:05
Subsets | Simple Story To Code | Leetcode 78 | Recursion Concepts And Questions | Video 17

27,889 views

1 year ago

Errichto Algorithms
Hard Leetcode problem Move A Box To Target Location (with implementation)

Solving a hard coding interview question from Leetcode ...

30:27
Hard Leetcode problem Move A Box To Target Location (with implementation)

38,268 views

5 years ago

EVG DEVS
LeetCode | 1 TWO SUM Problem & Solution Explained! | pseudo_code + Java Code + Step-by-Step Guide 🚀

LeetCode Two Sum - Full Explanation in Java! In this video, I break down the Two Sum problem from LeetCode, covering: ...

29:59
LeetCode | 1 TWO SUM Problem & Solution Explained! | pseudo_code + Java Code + Step-by-Step Guide 🚀

52 views

8 months ago

Anuj Kumar Sharma
Dynamic Programming 🔥| Coin Change Problem Leetcode | C++ | Java | DSA-One Course #86

Hey guys, In this video we'll learn about the simple steps to solve any Dynamic Programming Problem. We have been told that ...

30:30
Dynamic Programming 🔥| Coin Change Problem Leetcode | C++ | Java | DSA-One Course #86

294,347 views

5 years ago

Errichto Algorithms
Leetcode problem Longest Palindromic Substring (two solutions)

Solving a medium coding interview question from Leetcode https://leetcode.com/problems/longest-palindromic-substring/ Final ...

25:19
Leetcode problem Longest Palindromic Substring (two solutions)

167,498 views

5 years ago

codestorywithMIK
Remove Duplicate Letters | Why Monotonic Stack | Intuition | GOOGLE | Leetcode - 316

Similar Problem : Leetcode-1081 - https://leetcode.com/problems/smallest-subsequence-of-distinct-characters/ This is the 20th ...

23:04
Remove Duplicate Letters | Why Monotonic Stack | Intuition | GOOGLE | Leetcode - 316

18,917 views

2 years ago

CodeHelp - by Babbar
Lecture 20: Solving LeetCode/CodeStudio Questions [Arrays]

In this Video, we are going to solve questions on Array: - Reverse an Array after m position - Merge 2 sorted arrays - Move ...

35:38
Lecture 20: Solving LeetCode/CodeStudio Questions [Arrays]

570,423 views

4 years ago

codestorywithMIK
Check if Array Is Sorted and Rotated | 3 Approaches | Leetcode 1752 | codestorywithMIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A Hi Everyone, this is the 65th video ...

33:46
Check if Array Is Sorted and Rotated | 3 Approaches | Leetcode 1752 | codestorywithMIK

12,696 views

10 months ago

CodeHelp - by Babbar
Lecture22: All about Char Arrays, Strings & solving LeetCode Questions

In this Video, we are going to learn about char arrays, strings and solve the following questions: - Length of String - Reverse a ...

1:53:20
Lecture22: All about Char Arrays, Strings & solving LeetCode Questions

1,347,209 views

3 years ago

codestorywithMIK
Jump Game - (Google, Microsoft, Amazon, Ebay, Meta) : Explanation ➕ Live Coding

This is the 13th Video on our Dynamic Programming (DP) Playlist. In this video we will try to solve another very very famous and ...

36:06
Jump Game - (Google, Microsoft, Amazon, Ebay, Meta) : Explanation ➕ Live Coding

19,478 views

2 years ago

codestorywithMIK
Majority Element I | Majority Element II  | Boyer-Moore | Made Simple | Leetcode 229 | Leetcode 169

iPad PDF Notes ...

31:50
Majority Element I | Majority Element II | Boyer-Moore | Made Simple | Leetcode 229 | Leetcode 169

23,937 views

2 years ago