ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,999 results

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

1 year 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,334 views

3 years ago

Inside code
Let's make a sudoku solver in 5 minutes (Backtracking) - Inside code

Source code: https://gist.github.com/syphh/62e6140361feb2d7196f2cb050c987b3 Learn graph theory algorithms: ...

5:39
Let's make a sudoku solver in 5 minutes (Backtracking) - Inside code

81,159 views

3 years ago

Algorithms Made Easy
Find the Town Judge | Day 10 | [May LeetCoding Challenge] [Leetcode] [2020]

The day 10 problem in May Leetcoding Challenge. ( Find the Town Judge ). In a town, there are N people labelled from 1 to N.

4:07
Find the Town Judge | Day 10 | [May LeetCoding Challenge] [Leetcode] [2020]

380 views

5 years ago

Internet of Bugs
Myth of the 10x Developer: Technical Interviews are Broken, (part 2 of n)

One of the reasons the code-test LeetCode HackerRank style interview process started was because of the myth that there were ...

17:47
Myth of the 10x Developer: Technical Interviews are Broken, (part 2 of n)

52,978 views

1 year ago

Trang Hoang SWE
The Unfair Leetcode Strategy That Got Me 30+ Interview Offers

... Unfair Advantage: Learning Smarter, Not Harder 03:32 Understanding Patterns: The Key to Mastering Leetcode 10:05 Practical ...

17:17
The Unfair Leetcode Strategy That Got Me 30+ Interview Offers

2,956 views

7 months ago

Gursimran Singh
I Made the Easiest Problem 10x Harder 😭| Solving LeetCode the Noob Way

Hey! Today is Day 1 of my 50-day challenge where I try to solve 50 LeetCode EASY problems… even though I literally just started ...

8:27
I Made the Easiest Problem 10x Harder 😭| Solving LeetCode the Noob Way

29 views

3 weeks ago

Amir Charkhi
Merge Two Sorted Lists Explained Like You're 10!

LeetCode says this is EASY... but 900+ people in the comments disagree! In this video, we tackle LeetCode Problem #21: Merge ...

16:45
Merge Two Sorted Lists Explained Like You're 10!

62 views

2 weeks ago

Sahil & Sarra
I gave 127 interviews. Top 5 Algorithms they asked me.

Try my free email crash course to crush technical interviews: https://instabyte.io/ 1. How to learn Data Structures and Algorithms?

8:36
I gave 127 interviews. Top 5 Algorithms they asked me.

752,311 views

2 years ago

Coding with Lewis
10 Sorting Algorithms Easily Explained

Every programmer has run into sorting algorithms at one point in their career. ‍ In today's video I am going to explain 10 ...

10:48
10 Sorting Algorithms Easily Explained

266,959 views

1 year ago

codemotivation
LeetCode Day 10: 55 Jump Game II (Step-by-Step Guide)

datastructure #dsa #leetcode #coding Playlist https://www.youtube.com/playlist?list=PLKenloehCHjhQ3wIhtMiwCF029jbizPkB ...

13:03
LeetCode Day 10: 55 Jump Game II (Step-by-Step Guide)

67 views

10 months ago

Codebagel
Top 7 Data Structures for Interviews Explained SIMPLY

Data structures are an essential part of software engineering, whether for interviews, classes, or projects. Today we'll be talking ...

13:02
Top 7 Data Structures for Interviews Explained SIMPLY

365,268 views

3 years ago

Nikhil Lohia
Climbing Stairs (LeetCode 70) | Full solution with animations | Dynamic Easy | 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:35
Climbing Stairs (LeetCode 70) | Full solution with animations | Dynamic Easy | Study Algorithms

74,164 views

3 years ago

Peter Hu
Missing Number - LeetCode Solutions #268 (Python)

Missing Number LeetCode solutions. Explanation of 3 different Python solutions to the common technical coding interview ...

7:16
Missing Number - LeetCode Solutions #268 (Python)

1,038 views

5 years ago

Geekific
K Closest Points to Origin | from Streams to Heaps | Java LeetCode | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ In this video we tackle ...

4:13
K Closest Points to Origin | from Streams to Heaps | Java LeetCode | Geekific

752 views

1 year ago

Bradley Allen
How to Start Leetcode as a Beginner

leetcode #computerscience #programming How to Start Leetcode as a Beginner In this video I go over how to start LeetCode as a ...

8:21
How to Start Leetcode as a Beginner

319,345 views

2 years ago

Codebagel
HashMaps in Python Tutorial - Data Structures for Coding Interviews

Data structures are one of the most important things to prepare for coding interviews. HashMaps are one of the most essential ...

16:09
HashMaps in Python Tutorial - Data Structures for Coding Interviews

244,712 views

3 years ago

Nikhil Lohia
Longest Common Prefix (LeetCode 14) | Full solution with animations and examples | 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 ...

15:41
Longest Common Prefix (LeetCode 14) | Full solution with animations and examples | Study Algorithms

174,599 views

3 years ago

GeeksforGeeks
Egg Dropping Problem - Approach to write the code (Dynamic Programming) | GeeksforGeeks

Find Complete Code at GeeksforGeeks Article: ...

14:00
Egg Dropping Problem - Approach to write the code (Dynamic Programming) | GeeksforGeeks

123,662 views

7 years ago

CS Algorithms & Challenges
LeetCode 9: Palindrome Number - Brute Force to Optimized Solution Explained using python!

Want to ace your coding interview? In this video, we break down LeetCode 9: Palindrome Number, step by step! We explore two ...

17:57
LeetCode 9: Palindrome Number - Brute Force to Optimized Solution Explained using python!

20 views

10 months ago

codebasics
Study plan to crack FAANG job interviews | MAANG interview preparation guide

Full study plan along with resources and preparation tips that can help you crack software engineer (SDE) job interviews at ...

19:30
Study plan to crack FAANG job interviews | MAANG interview preparation guide

307,695 views

3 years ago

Sahil & Sarra
Top 5 Data Structures they asked me in 127 interviews

Try my free email crash course to crush technical interviews: https://instabyte.io/ 1. How to learn Data Structures and Algorithms?

8:01
Top 5 Data Structures they asked me in 127 interviews

191,257 views

2 years ago

Code Viento
Top 10 Data Structures Explained Simply  🔑 Coding Interview Guide

Stuck on a LeetCode problem? The issue probably isn't the algorithm—it's your toolbox. Passing coding interviews is less ...

10:26
Top 10 Data Structures Explained Simply 🔑 Coding Interview Guide

151 views

3 months ago

Algo Engine
LeetCode #11: Container With Most Water

A step-by-step solution to #LeetCode question 11: Container With Most Water. 0:00 Overview 1:21 O(n²) Brute Force Solution 2:21 ...

7:07
LeetCode #11: Container With Most Water

12,986 views

2 years ago

Inside code
Loud and rich problem (LeetCode #851) - Inside code

Source code: https://gist.github.com/syphh/7717871604241666d551ff8c5fced3f0 Learn graph theory algorithms: ...

6:33
Loud and rich problem (LeetCode #851) - Inside code

6,213 views

4 years ago