ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,159 results

Tech Decoded Studio
Dynamic Programming Explained in 5 Minutes! (Beginner's Guide)

Ever felt intimidated by the term "Dynamic Programming"? You're not alone! In this video, we break down this powerful ...

5:30
Dynamic Programming Explained in 5 Minutes! (Beginner's Guide)

0 views

5 hours ago

Alex FCDS ICPC
Dynamic Programming Explained: Expected Rolls in Snakes and Ladders (DP Introduction)

Mastering Dynamic Programming: A Deep Dive with Snakes and Ladders (Part 1) Unlock the secret to solving complex problems ...

10:54
Dynamic Programming Explained: Expected Rolls in Snakes and Ladders (DP Introduction)

5,846 views

3 weeks ago

RKDEMY ENGINEERING
Dynamic Programming Explained | AOA Most Scoring Topic for 2nd Year Students | Nitin Sir |

Learn Dynamic Programming from AOA with the simplest and most exam-oriented explanation by Nitin Sir. This lecture is ...

1:08:47
Dynamic Programming Explained | AOA Most Scoring Topic for 2nd Year Students | Nitin Sir |

5,484 views

3 weeks ago

NextoriaTech
Dynamic Programming in DSA Explained | Full video with examples and code |  From zero to........📖⌨️💻

Video Description: Dynamic Programming (DP) in DSA – Full Explanation with Definition & Examples | DSA Tutorial W elcome to ...

0:43
Dynamic Programming in DSA Explained | Full video with examples and code | From zero to........📖⌨️💻

16 views

2 weeks ago

Thita AI
DP Fibonacci Pattern Explained | Dynamic Programming Made Easy | Thita.ai 90 DSA Patterns

Dynamic Programming feels hard until you start seeing patterns. In this video, we break down the Fibonacci DP Pattern — the ...

4:11
DP Fibonacci Pattern Explained | Dynamic Programming Made Easy | Thita.ai 90 DSA Patterns

552 views

4 days ago

Information, Science,Technology & Engineering
Algorithm designing  paradigms explained

In computer engineering, an algorithm is: Definition A step-by-step, unambiguous procedure or formula for solving a ...

2:25
Algorithm designing paradigms explained

9 views

13 days ago

ADV Indian Coder
Static vs Dynamic Typed Programming Explained | Real-World Examples | Java EP 9

In this video, you will clearly understand the difference between Static and Dynamic Typed Programming Languages. I start by ...

18:17
Static vs Dynamic Typed Programming Explained | Real-World Examples | Java EP 9

10 views

4 days ago

Tanish Shah
0/1 Knapsack Problem Explained | Dynamic Programming Made Easy

Learn the 0/1 Knapsack Problem and understand why the Greedy Approach fails for it, using clear explanations and visuals ...

11:49
0/1 Knapsack Problem Explained | Dynamic Programming Made Easy

47 views

2 weeks ago

Dreamweaver Digits
Generate Parentheses Problem - LeetCode Solution | Dynamic Programming Explained with Code

Master the Generate Parentheses Problem - Complete Solution Explained! Learn how to solve the classic LeetCode Generate ...

4:33
Generate Parentheses Problem - LeetCode Solution | Dynamic Programming Explained with Code

0 views

3 weeks ago

AI&Cloud
Dynamic Programming Explained | How Memoization Reduces Time Complexity||

What You'll Learn: What is Dynamic Programming Why recursion becomes slow What is memoization How memoization reduces ...

1:29:20
Dynamic Programming Explained | How Memoization Reduces Time Complexity||

0 views

9 days ago

IT & CS Lectures By Jyoti
Dynamic Programming Explained | Introduction, Benefits & Real Examples | Data Structure

Dynamic Programming (DP) is one of the most important concepts in Data Structures and Algorithms. In this video, you will learn: ...

17:15
Dynamic Programming Explained | Introduction, Benefits & Real Examples | Data Structure

65 views

9 days ago

🌿Mind Maths with Amina🌿
🌿 Dynamic Programming (Finite Horizon) | Bellman Equation & Euler Equation Explained Clearly🌿

In this short and focused lesson, we walk through the pure mathematics of a finite-horizon dynamic programming problem.

10:13
🌿 Dynamic Programming (Finite Horizon) | Bellman Equation & Euler Equation Explained Clearly🌿

50 views

1 month ago

vHiren
L3 - 1D DP | Tribonacci Number | Why Bottom Up Is Always Efficient? | Time & Space Detail - PART 2

Tribonacci Number using 1D Dynamic Programming and explain why Bottom-Up is more efficient. Understand operations ...

20:47
L3 - 1D DP | Tribonacci Number | Why Bottom Up Is Always Efficient? | Time & Space Detail - PART 2

20 views

2 weeks ago

Gyaan Sandhi
DAA Unit 3 || 🔥 Greedy + Dynamic Algorithmic Strategies || SPPU BE Computer || Endsem Must Watch

🔥 SPPU BE Computer – DAA Unit 3 (Greedy & Dynamic Algorithmic Strategies) — Complete End-Semester Guide! This video covers ...

44:50
DAA Unit 3 || 🔥 Greedy + Dynamic Algorithmic Strategies || SPPU BE Computer || Endsem Must Watch

3,968 views

1 month ago

Codehurdle
LEETCODE 546: Remove Boxes | Dynamic Programming with State Optimization Explained Clearly

Question Link: @s/remove-boxes/ In this video, we cover the complete intuition behind LeetCode 546: Remove Boxes, one of the ...

28:06
LEETCODE 546: Remove Boxes | Dynamic Programming with State Optimization Explained Clearly

34 views

2 weeks ago

Beginner Programmer
Day 326: Uncrossed Lines | LCS Dynamic Programming Explained Clearly

Day 326 of my #300DaysOfCode! Today I solved LeetCode 1035 – Uncrossed Lines, a beautiful DP problem that is actually the ...

1:00
Day 326: Uncrossed Lines | LCS Dynamic Programming Explained Clearly

0 views

2 weeks ago

AutoPiler
0-1 Knapsack Problem: পৃথিবীর সবচেয়ে সহজ Code | Dynamic Programming Explained #programming #knapsack

0-1 Knapsack Problem: পৃথিবীর সবচেয়ে সহজ Code | Dynamic Programming Explained #programming ...

12:56
0-1 Knapsack Problem: পৃথিবীর সবচেয়ে সহজ Code | Dynamic Programming Explained #programming #knapsack

91 views

2 weeks ago

Thita AI
Sliding Window Fixed Size Pattern Explained Simply | DSA 90+ Pattern Series | Thita.ai

... BFS, DFS, dynamic programming and more. Keywords used naturally in text sliding window fixed size, sliding window algorithm ...

5:12
Sliding Window Fixed Size Pattern Explained Simply | DSA 90+ Pattern Series | Thita.ai

1,826 views

13 days ago

TheVinia
Selection Sort Explained in the Easiest Way LearnDSAStep-by-Step#dynamicprogramming#logicprogramming

In this video, we break down Selection Sort in the simplest and most beginner-friendly way. If you struggle with sorting algorithms ...

0:15
Selection Sort Explained in the Easiest Way LearnDSAStep-by-Step#dynamicprogramming#logicprogramming

1,922 views

3 weeks ago

The Right Politics
Why Are Some Algorithmic Problems Recursive?

Ever wondered why some algorithmic problems seem to endlessly refer back to themselves? This video unpacks the fundamental ...

2:58
Why Are Some Algorithmic Problems Recursive?

0 views

12 days ago

edreate
Exact Solution Methods: Value Iteration | Reinforcement Learning Explained | edreate.com

It is a dynamic programming algorithm that computes the optimal value function for a known Markov Decision Process (MDP).

23:28
Exact Solution Methods: Value Iteration | Reinforcement Learning Explained | edreate.com

51 views

2 weeks ago

CodeLucky
Load Balancing Algorithms Explained: Round Robin, Least Connections, Weighted

Master Load Balancing Algorithms for scalable systems! ⚖️ Learn Round Robin (sequential distribution), Least Connections ...

5:11
Load Balancing Algorithms Explained: Round Robin, Least Connections, Weighted

10 views

11 days ago

Coding theory
Maximum Points with Movement Cost | Dynamic Programming Explained | JavaScript Full Solution |

javascript #dsa #dynamicprogramming #leetcode #coding #placements #interviewquestions #codingtheoryguru #matrixproblems ...

0:17
Maximum Points with Movement Cost | Dynamic Programming Explained | JavaScript Full Solution |

85 views

12 days ago

Yash Poonia
Bitmask DP Explained from Scratch | What is Bitmask DP? | Complete Intuition + Patterns

In this video, I explain Bitmask Dynamic Programming (Bitmask DP) from absolute ...

49:19
Bitmask DP Explained from Scratch | What is Bitmask DP? | Complete Intuition + Patterns

445 views

4 weeks ago

vHiren
vHiren DP Series in Hindi | 12 DP Patterns Full Overview | Master All Dynamic Programming Patterns 🔥

Welcome to the ULTIMATE DP SERIES in HINDI | vHiren DP Series In this video, I'll give you a complete overview of all 12 ...

6:52
vHiren DP Series in Hindi | 12 DP Patterns Full Overview | Master All Dynamic Programming Patterns 🔥

189 views

3 weeks ago