ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,563 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

333,660 views

5 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

575,955 views

11 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,512 views

8 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

16,985 views

10 months 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,128 views

9 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,834 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

10 days 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,833 views

11 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

187 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

133 views

3 weeks ago

Developer Coder
Count the Number of Arrays with K Matching Adjacent Elements | LeetCode 3405 |Java| Developer Coder

Welcome to Developer Coder! In this video, we'll walk through the LeetCode problem "Count the Number of Arrays with K ...

51:34
Count the Number of Arrays with K Matching Adjacent Elements | LeetCode 3405 |Java| Developer Coder

273 views

6 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,707 views

12 days ago

Developer Coder
Best Time to Buy and Sell Stock V | LeetCode 3573 | Memoization Search | Java Code | Developer Coder

Welcome to Developer Coder ‍ In this video, we deep dive into LeetCode 3573 – Best Time to Buy and Sell Stock V, ...

53:00
Best Time to Buy and Sell Stock V | LeetCode 3573 | Memoization Search | Java Code | Developer Coder

133 views

7 days 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

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

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

379 views

3 months ago

Developer Coder
Maximum Frequency of an Element After Performing Operations I | LeetCode 3346 | Developer Coder

... Searching LeetCode Java Algorithm Tutorial LeetCode Java Problem Solving Binary Search Explained Java LeetCode Coding ...

27:13
Maximum Frequency of an Element After Performing Operations I | LeetCode 3346 | Developer Coder

618 views

2 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

code io - Tamil
160. Intersection of Two Linked Lists | LeetCode Problem Solution | Java | Tamil | code io

Problem Link: https://leetcode.com/problems/intersection-of-two-linked-lists/description/ Follow us on Instagram code io ...

25:07
160. Intersection of Two Linked Lists | LeetCode Problem Solution | Java | Tamil | code io

540 views

13 days ago