ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

6,819 results

freeCodeCamp.org
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

323,212 views

4 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

571,130 views

10 months 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

9,367 views

7 months ago

Jenny's Lectures CS IT
LeetCode Questions on Arrays| Must-Solve Questions for Placements & Interviews | With JAVA Code

This lecture is part of my DSA with JAVA course. To Access full course Enroll here: Placement Oriented NEW Batch of my ...

1:14:01
LeetCode Questions on Arrays| Must-Solve Questions for Placements & Interviews | With JAVA Code

11,723 views

6 months ago

Developer Coder
Number of Ways to Divide a Long Corridor | LeetCode 2147 | Java Code | Developer Coder

Welcome to Developer Coder In this video, we explore LeetCode 2147 – Number of Ways to Divide a Long Corridor using Java ...

28:00
Number of Ways to Divide a Long Corridor | LeetCode 2147 | Java Code | Developer Coder

83 views

6 days ago

Developer Coder
Power Grid Maintenance | LeetCode 3607 | Union-Find (DSU) | Java Code | Developer Coder

Welcome to Developer Coder! In this video, we dive deep into the LeetCode Problem 3607 - Power Grid Maintenance, using ...

31:54
Power Grid Maintenance | LeetCode 3607 | Union-Find (DSU) | Java Code | Developer Coder

306 views

1 month 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

16,870 views

10 months ago

Developer Coder
Count the Number of Substrings with Dominant Ones | LeetCode 3234 | Java Code | Developer Coder

Welcome back to Developer Coder! In today's video, we break down the LeetCode problem “Count the Number of Substrings with ...

44:21
Count the Number of Substrings with Dominant Ones | LeetCode 3234 | Java Code | Developer Coder

186 views

1 month ago

Smart Programming
Two Pointer Technique (DSA using Java) | Two Sum Problem | DSA Placement Course

DSA Coding Interview Patterns: Two Pointer Technique & Two Sum Problem ◾◼️ Useful Notes & Courses Links◼️◾ ...

26:14
Two Pointer Technique (DSA using Java) | Two Sum Problem | DSA Placement Course

2,764 views

2 months ago

ItsRuntym
L1. Two Pointers || 25 DSA Patterns || New & Easy way to Master DSA || Crack DSA round|| Crack FAANG

One and only 25 DSA Patterns Playlist: ...

1:01:26
L1. Two Pointers || 25 DSA Patterns || New & Easy way to Master DSA || Crack DSA round|| Crack FAANG

61,991 views

5 months ago

Smart Programming
Longest Substring Without Repeating Characters (LeetCode 3) | 🔥 DSA Java Placement Course

In this video, we will solve one of the most popular string problems asked in coding interviews — Longest Substring Without ...

21:05
Longest Substring Without Repeating Characters (LeetCode 3) | 🔥 DSA Java Placement Course

1,045 views

1 month ago

Shradha Khapra
L82. Gas Station | Greedy Approach | Leetcode 134

This lecture was made with a lot of love❤️ Company wise DSA Sheet Link : https://docs.google.com/spreadsheets/d ...

22:16
L82. Gas Station | Greedy Approach | Leetcode 134

44,174 views

8 months ago

Developer Coder
Vowel Spellchecker | | LeetCode 966 | Java Code | Developer Coder

Welcome to Developer Coder! In this video, we dive deep into solving the Vowel Spellchecker problem from LeetCode 966 using ...

24:56
Vowel Spellchecker | | LeetCode 966 | Java Code | Developer Coder

283 views

3 months ago

code io - Tamil
2. Add Two Numbers | LeetCode Problem Solution | Java | Tamil | code io

Problem Link: https://leetcode.com/problems/add-two-numbers/ Follow us on Instagram code io - https://www.instagram.com/code ...

24:50
2. Add Two Numbers | LeetCode Problem Solution | Java | Tamil | code io

1,418 views

7 days ago

Developer Coder
Number of People Aware of a Secret | LeetCode 2327 | 2 Approaches | Java Code | Developer Coder

Welcome to Developer Coder In this video, we solve LeetCode Problem 2327: Number of People Aware of a Secret using 2 ...

24:38
Number of People Aware of a Secret | LeetCode 2327 | 2 Approaches | Java Code | Developer Coder

377 views

3 months ago

Developer Coder
Replace Non-Coprime Numbers in Array | LeetCode 2197 | Stacks | Java Code | Developer Coder

Welcome to Developer Coder In this video, we will be solving an interesting stack-based problem from LeetCode: Replace ...

23:03
Replace Non-Coprime Numbers in Array | LeetCode 2197 | Stacks | Java Code | Developer Coder

168 views

3 months ago

Developer Coder
Increment Submatrices by One | LeetCode 2536 | Prefix Sum | Java Code | Developer Coder

Welcome back to Developer Coder! In today's video, we dive into the LeetCode problem Increment Submatrices by One (2536) ...

23:14
Increment Submatrices by One | LeetCode 2536 | Prefix Sum | Java Code | Developer Coder

105 views

1 month ago

Developer Coder
Count Number of Trapezoids I | LeetCode 3623 | Java Code | Developer Coder

Welcome back to Developer Coder! In today's video, we dive deep into LeetCode 3623 – Count Number of Trapezoids I, ...

27:59
Count Number of Trapezoids I | LeetCode 3623 | Java Code | Developer Coder

132 views

2 weeks 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

4,080 views

9 months ago

Developer Coder
Minimum One Bit Operations to Make Integers Zero | LeetCode 1611 | Java Code | Developer Coder

Welcome back to Developer Coder! In this video, we'll dive deep into LeetCode Problem 1611: Minimum One Bit Operations to ...

37:51
Minimum One Bit Operations to Make Integers Zero | LeetCode 1611 | Java Code | Developer Coder

84 views

1 month ago