ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

799 results

Somesh Khandelia
Introduction to Dynamic Programming

Dynamic Programming is a popular technique in the world of data structures and algorithms. Often regarded as a difficult method ...

6:44
Introduction to Dynamic Programming

790 views

3 years ago

Doctor Lai
Day 452 - Teaching Kids Programming - Longest Increasing Path via Top Down Dynamic Programming

Post: ...

10:02
Day 452 - Teaching Kids Programming - Longest Increasing Path via Top Down Dynamic Programming

50 views

3 years ago

Doctor Lai
Day 372 - Teaching Kids Programming - 0/1 Knapsack Problem by Top Down Dynamic Programming Algorithm

Post: https://helloacm.com/teaching-kids-programming-0-1-knapsack-problem-via-top-down-dynamic-programming-algorithm/ If ...

16:09
Day 372 - Teaching Kids Programming - 0/1 Knapsack Problem by Top Down Dynamic Programming Algorithm

61 views

4 years ago

Code & Complexity
Every Coder Must Know These Questions !! Part-1

Are you preparing for coding interviews? This video covers the most common DSA questions that every company loves to ask!

17:46
Every Coder Must Know These Questions !! Part-1

1,683 views

1 year ago

Doctor Lai
Day 479 - Teaching Kids Programming - DP Algorithm to Break a String using Given Words (Word Break)

Post: ...

13:29
Day 479 - Teaching Kids Programming - DP Algorithm to Break a String using Given Words (Word Break)

92 views

3 years ago

SLHS CS
SLHS CS | Starting Competitive Programing Presentation

CS Club of Seven Lakes High School August 28th presentation | Fikky D.

19:14
SLHS CS | Starting Competitive Programing Presentation

158 views

2 years ago

Doctor Lai
Day 500 - Teaching Kids Programming - Floyd Warshal Shortest Path Algorithm (Shipping and Receiving)

Post: ...

16:19
Day 500 - Teaching Kids Programming - Floyd Warshal Shortest Path Algorithm (Shipping and Receiving)

120 views

3 years ago

SDF One
22DEC2025 dynamic programming at a tectonic pace -or- why I’m reticent to add try new lifts

Some words about why I rarely try new lifts. I need many sessions to really figure them out. I'm honing in on figuring out these ...

11:40
22DEC2025 dynamic programming at a tectonic pace -or- why I’m reticent to add try new lifts

29 views

1 month ago

Vivegan
Dynamic Programming - Coin change Problem
6:41
Dynamic Programming - Coin change Problem

3 views

2 years ago

Doctor Lai
Day 502 - Teaching Kids Programming - Minmax Dynamic Programming Algorithm (Game of Picking Numbers)

Post: ...

15:34
Day 502 - Teaching Kids Programming - Minmax Dynamic Programming Algorithm (Game of Picking Numbers)

79 views

3 years ago

Doctor Lai
Day 430 - Teaching Kids Programming - Consecutive Ones Less than K via Top Down Dynamic Programming

Post: ...

12:58
Day 430 - Teaching Kids Programming - Consecutive Ones Less than K via Top Down Dynamic Programming

25 views

3 years ago

Doctor Lai
Day 359 - Teaching Kids Programming - Find Partition Equal Subset Sum (Top Down Dynamic Programming)

Post: ...

14:21
Day 359 - Teaching Kids Programming - Find Partition Equal Subset Sum (Top Down Dynamic Programming)

53 views

4 years ago

coders paradise
Welcome to Coder's Paradise - Your Gateway to Programming Excellence | Channel Introduction

Welcome to Coder's Paradise - Your Gateway to Programming Excellence! Are you ready to embark on a thrilling journey into ...

13:38
Welcome to Coder's Paradise - Your Gateway to Programming Excellence | Channel Introduction

182 views

2 years ago

Doctor Lai
Day 638 - Teaching Kids Programming - Number of Ways to Stay in the Same Place After Some Steps (DP)

... Some Steps (Top Down Dynamic Programming Algorithm, Recursion with Memoization) #算法#编程#力扣#刷题#Python #数学# ...

16:08
Day 638 - Teaching Kids Programming - Number of Ways to Stay in the Same Place After Some Steps (DP)

105 views

2 years ago

Doctor Lai
Day 643 - Teaching Kids Programming - Longest Subsequence of Target (Recursion+Memoization=DP)

... Down Dynamic Programming) Leetcode: https://leetcode.com/problems/length-of-the-longest-subsequence-that-sums-to-target/ ...

17:04
Day 643 - Teaching Kids Programming - Longest Subsequence of Target (Recursion+Memoization=DP)

55 views

2 years ago

Doctor Lai
Day 362 - Teaching Kids Programming - Max Profit of Rod Cutting (Unbounded Knapsack) via Top Down DP

Post: ...

16:34
Day 362 - Teaching Kids Programming - Max Profit of Rod Cutting (Unbounded Knapsack) via Top Down DP

37 views

4 years ago

Mohamed ElBahrawy
Boosting Software Team Velocity: The Power of Right Tools and Simulated Environments

Welcome to a deep dive into the world of software engineering efficiency. In this video, 'Boosting Software Team Velocity: The ...

7:31
Boosting Software Team Velocity: The Power of Right Tools and Simulated Environments

19,987 views

2 years ago

Anshul Yadav
Java Developer Roadmap | Step-by-Step Guide to Become a Java Backend Developer #webdevelopment #java

... solve competitive programming problems c language tutorial for beginners dynamic programming problems numpy how to think ...

8:15
Java Developer Roadmap | Step-by-Step Guide to Become a Java Backend Developer #webdevelopment #java

126 views

4 months ago

eduardo sontag
Eduardo Sontag, 2022 Bellman Heritage Award acceptance speech

Delivered in Atlanta, 09 June 2022, at American Control Conference. The 2022 Richard E. Bellman Control Heritage Award is the ...

4:24
Eduardo Sontag, 2022 Bellman Heritage Award acceptance speech

248 views

3 years ago

Dave Cabanting
Bellman Ford Algorithm BSIT2H
8:56
Bellman Ford Algorithm BSIT2H

50 views

8 months ago

Megaverse
Binary and Binary Search Tree Introduction

We will see the binary tree and binary search tree, how to create a tree with a given array, and tree traversal.

6:07
Binary and Binary Search Tree Introduction

16 views

1 year ago

Doctor Lai
Day 497 - Teaching Kids Programming - (!3+3)*!3=10 - Derangement Permutation Algorithms via DP

Post: https://helloacm.com/teaching-kids-programming-33310-derangement-algorithms-via-dynamic-programming-algorithm/ If ...

8:49
Day 497 - Teaching Kids Programming - (!3+3)*!3=10 - Derangement Permutation Algorithms via DP

37 views

3 years ago

Doctor Lai
Day 363 - Teaching Kids Programming - Max Profit of Rod Cutting (Unbounded Knapsack) by Bottom Up DP

Post: ...

14:02
Day 363 - Teaching Kids Programming - Max Profit of Rod Cutting (Unbounded Knapsack) by Bottom Up DP

64 views

4 years ago

tianao dai
[ISCA 2025] Finesse: An Agile Design Framework for Pairing-based Cryptography via SW/HW Co-Design

Pairing-based cryptography (PBC) is crucial in modern cryptographic applications. With the rapid advancement of adversarial ...

15:05
[ISCA 2025] Finesse: An Agile Design Framework for Pairing-based Cryptography via SW/HW Co-Design

8 views

6 months ago

Doctor Lai
Day 632 - Teaching Kids Programming - Min Operations to Reduce to 0 (Top Down DP + Memoziation)

... Down Dynamic Programming Algorithm + Recursion with Memoization) #算法#编程#力扣#刷题#Python #数学#动态规划#记忆化 ...

19:09
Day 632 - Teaching Kids Programming - Min Operations to Reduce to 0 (Top Down DP + Memoziation)

49 views

2 years ago