ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

822 results

freeCodeCamp.org and AlgoMonster
Learn Dynamic Programming with Animations – Full Course for Beginners

Master the art of Dynamic Programming by learning to break complex challenges into simple, reusable sub-problems. This course ...

1:41:41
Learn Dynamic Programming with Animations – Full Course for Beginners

78,713 views

13 days ago

GeeksforGeeks
DSA In Java | DP 01 | Java in One Shot | DP ( Dynamic Programming ) in Java

90% Fee Refund Offer Active on all Online, LIVE & Offline Courses : https://geeksforgeeks.org/courses/ We cover DSA in Java ...

5:55:38
DSA In Java | DP 01 | Java in One Shot | DP ( Dynamic Programming ) in Java

7,995 views

3 weeks ago

GeeksforGeeks
DSA In Java | DP 03 | Java in One Shot | DP ( Dynamic Programming ) in Java

In this video, you will learn core DP concepts such as overlapping subproblems, optimal substructure, memoization, tabulation, ...

4:54:52
DSA In Java | DP 03 | Java in One Shot | DP ( Dynamic Programming ) in Java

2,875 views

8 days ago

College Wallah
Complete Dynamic Programming | Dynamic Programming Part 1

Enroll Now :- https://pwskills.com/programming-courses/ In this lecture of Complete Dynamic Programming Part 1, we will start ...

9:13:39
Complete Dynamic Programming | Dynamic Programming Part 1

25,158 views

13 days ago

GeeksforGeeks
DSA In Java | DP 02 | Java in One Shot | DP ( Dynamic Programming ) in Java

In this video, we cover DSA in Java – Dynamic Programming (DP 02) in One Shot, focusing on intermediate to advanced DP ...

5:07:42
DSA In Java | DP 02 | Java in One Shot | DP ( Dynamic Programming ) in Java

4,117 views

13 days ago

Developer Coder
Minimum Cost to Convert String II | LeetCode 2977 | Trie | DP | Java Code | Developer Coder

... Theory Problems Dynamic Programming Optimization String Cost Optimization Problems Algorithmic Problem Solving Java ...

56:58
Minimum Cost to Convert String II | LeetCode 2977 | Trie | DP | Java Code | Developer Coder

68 views

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

1,507 views

8 days ago

Developer Coder
Minimum ASCII Delete Sum for Two Strings | LeetCode 712 | Java Code | Developer Coder

... Java Coding DP LeetCode Preparation Java Dynamic Programming Concepts DP Problem Solving Java LeetCode Explained ...

41:16
Minimum ASCII Delete Sum for Two Strings | LeetCode 712 | Java Code | Developer Coder

142 views

3 weeks ago

Pattern Mastery
[Java] Coin Change - Leetcode 322 -- Illustrated! | Pattern Mastery

Coin Change - Leetcode 322 - Illustrated! -Dynamic Programming Bottom up - Java (Pattern Mastery) #PatternMastery ...

10:58
[Java] Coin Change - Leetcode 322 -- Illustrated! | Pattern Mastery

3 views

4 weeks ago

codeWithKhan
LeetCode 2976 Explained | Convert String with Minimum Cost | Floyd Warshall

In this video, we solve LeetCode 2976 using a Graph + Floyd-Warshall Algorithm approach. We convert the given string with ...

21:42
LeetCode 2976 Explained | Convert String with Minimum Cost | Floyd Warshall

16 views

5 days ago

Pattern Mastery
[Java] Longest Increasing Subsequence - Leetcode 300 -  Illustrated! | Pattern Mastery

Longest Increasing Subsequence - Leetcode 300 - Illustrated! - Dynamic P - Java (Pattern Mastery)

10:01
[Java] Longest Increasing Subsequence - Leetcode 300 - Illustrated! | Pattern Mastery

4,884 views

4 weeks ago

codewithme
Ones and Zeroes - Dynamic Programming - Leetcode 474 - JAVA || DP Series || Qsn 11

Unlock the secrets of dynamic programming with our latest tutorial on the Ones and Zeroes problem from LeetCode! In this ...

13:56
Ones and Zeroes - Dynamic Programming - Leetcode 474 - JAVA || DP Series || Qsn 11

2 views

20 hours ago

lifewithanuj
DYNAMIC PROGRAMMING Made Easy: Understanding Recursion Through Live Coding 🧠

Just a chill session working through some DYNAMIC PROGRAMMING problems. If you're studying for interviews or just want to ...

2:03:02
DYNAMIC PROGRAMMING Made Easy: Understanding Recursion Through Live Coding 🧠

4 views

Streamed 5 days ago

codeTips
Minimum Cost to Convert String II | LeetCode 2977 | Graph | Dynamic Programming | Floyd Warshall

LeetCode Problem – Minimum Cost to Convert String II | C++ Solution Explained In this video, we solve the LeetCode Problem ...

36:57
Minimum Cost to Convert String II | LeetCode 2977 | Graph | Dynamic Programming | Floyd Warshall

199 views

5 days ago

Code Lab With Sachin
Partition Equal Subset Sum - Leetcode 416

datastructures #java #dynamicprogramming #recursion.

35:23
Partition Equal Subset Sum - Leetcode 416

9 views

7 days ago

Mastering Programming
99% Of Engineers Failed This Google Dynamic Programming Question

Climbing Stairs," is solved using dynamic programming. The algorithm calculates the distinct ways to climb a staircase with n ...

0:57
99% Of Engineers Failed This Google Dynamic Programming Question

463 views

1 day ago

Developer Coder
Max Dot Product of Two Subsequences | LeetCode 1458 | 2 approaches| DP | Java Code | Developer Coder

In this video on Developer Coder, we deep dive into LeetCode 1458 – Max Dot Product of Two Subsequences, focusing purely on ...

36:56
Max Dot Product of Two Subsequences | LeetCode 1458 | 2 approaches| DP | Java Code | Developer Coder

202 views

3 weeks ago

codewithme
Climbing Stairs - Dynamic Programming - Leetcode 70 - JAVA || DP Series || Qsn 1

Leetcode 70 Climbing Stairs Problem Link: leetcode.com/problems/climbing-stairs/description.

13:54
Climbing Stairs - Dynamic Programming - Leetcode 70 - JAVA || DP Series || Qsn 1

12 views

11 days ago

Pattern Mastery
[Java] Longest Common Subsequence - Leetcode 1143 -- Illustrated! | Pattern Mastery

Longest Common Subsequence - Leetcode 1143 - Illustrated! - Dynamic P - Java (Pattern Mastery) #PatternMastery ...

9:02
[Java] Longest Common Subsequence - Leetcode 1143 -- Illustrated! | Pattern Mastery

3 views

4 weeks ago

codewithme
Partition Equal Subset Sum - Dynamic Programming - Leetcode 416 - JAVA || DP Series || Qsn 8

Unlock the secrets to solving the Partition Equal Subset Sum problem with our in-depth tutorial! In this video, we dive into ...

18:02
Partition Equal Subset Sum - Dynamic Programming - Leetcode 416 - JAVA || DP Series || Qsn 8

6 views

4 days ago

Pattern Mastery
[Java] Partition Equal Subset Sum - Leetcode 416 -- Illustrated! | Pattern Mastery

Partition Equal Subset Sum - Leetcode 416 - Illustrated! - Dynamic P. - Java (Pattern Mastery) #PatternMastery ...

9:39
[Java] Partition Equal Subset Sum - Leetcode 416 -- Illustrated! | Pattern Mastery

1 view

3 weeks ago

codestorywithMIK
Trionic Array II | Simplest Approach | Detailed Intuition | Leetcode 3640 | codestorywithMIK

Whatsapp Community Link : https://www.whatsapp.com/channel/0029Va6kVSjICVfiVdsHgi1A This is the 132nd Video of our Playlist ...

36:45
Trionic Array II | Simplest Approach | Detailed Intuition | Leetcode 3640 | codestorywithMIK

4,107 views

11 hours ago

Web Fusion with Bharadwaj
109. Knapsack 0-1 Algorithm (Java)

Welcome to Code-with-Bharadwaj! Hi there! I'm Manu, and I'm excited to help you level up your coding skills.

14:07
109. Knapsack 0-1 Algorithm (Java)

32 views

5 days ago

codewithme
Last Stone Weight II - Dynamic Programming - Leetcode 1049 - JAVA || DP Series || Qsn 10

Are you ready to tackle the Last Stone Weight II problem on LeetCode? In this video, we dive deep into LeetCode #1049, ...

17:58
Last Stone Weight II - Dynamic Programming - Leetcode 1049 - JAVA || DP Series || Qsn 10

3 views

2 days ago

Naresh i Technologies
Mastering 1D & 2D Arrays | Internal Working | Leetcode Problems

Register Now: zoom.us/j/82033921287 DSA with Java & System Design Crack product-based company interviews with ...

1:46:54
Mastering 1D & 2D Arrays | Internal Working | Leetcode Problems

1,054 views

Streamed 2 weeks ago