ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,759 results

Max Hailperin
Fine-tuning a Java Dynamic Programming Solution for Longest Common Subsequence

This video is a follow-on to https://www.youtube.com/watch?v=-UGAT-HUuRo and shows how to make some minor improvements ...

18:57
Fine-tuning a Java Dynamic Programming Solution for Longest Common Subsequence

922 views

10 years ago

Max Hailperin
Developing a Java Dynamic Programming Solution for Longest Common Subsequence

This video demonstrates how to systematically construct a dynamic programming solution to the Longest Common Subsequence ...

40:36
Developing a Java Dynamic Programming Solution for Longest Common Subsequence

6,588 views

10 years ago

Coding with Minmer
Meta asks Dynamic Programming Questions??

Contrary to what one may think, Meta DOES ask DP questions in their interviews. Would you pass? Watch Minh try. Timestamps: ...

40:59
Meta asks Dynamic Programming Questions??

4,439 views

7 months ago

Roel Van de Paar
Modification of dynamic programming for a knapsack problem (3 Solutions!!)

Modification of dynamic programming for a knapsack problem Helpful? Please support me on Patreon: ...

1:56
Modification of dynamic programming for a knapsack problem (3 Solutions!!)

79 views

4 years ago

Manish Methani
Dynamic Programming | Data Structures and Algorithms | Codzify

... dynamic programming in java full course dynamic programming playlist java dynamic programming problems What is dynamic ...

3:42
Dynamic Programming | Data Structures and Algorithms | Codzify

130 views

3 years ago

Roel Van de Paar
Code Review: Travelling Salesman Problem with visualisation in Java

Code Review: Travelling Salesman Problem with visualisation in Java Helpful? Please support me on Patreon: ...

3:03
Code Review: Travelling Salesman Problem with visualisation in Java

27 views

3 years ago

Tech Interviews and Competitive Programming Meetup
Dynamic Programming Part 1: Intro to Dynamic Programming

In the first video in this series on dynamic programming, we cover all the core theory of dynamic programming: what it is, how to ...

1:34:52
Dynamic Programming Part 1: Intro to Dynamic Programming

3,712 views

6 years ago

Mike the Coder
SPOJ ACODE - Alphacode (Dynamic programming)

Hi guys, My name is Michael Lin and this is my programming youtube channel. I like C++ and please message me or comment on ...

16:10
SPOJ ACODE - Alphacode (Dynamic programming)

2,699 views

5 years ago

Roel Van de Paar
Tile Problem : Dynamic Programming

Tile Problem : Dynamic Programming Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

1:30
Tile Problem : Dynamic Programming

3 views

4 years ago

Quinston Pimenta
Integer Partitioning with Dynamic Programming | Code Tutorial

Free-To-Use Developer ToolBox: https://developertoolbox.app How to Micro SaaS side-hustle: ...

17:27
Integer Partitioning with Dynamic Programming | Code Tutorial

9,383 views

7 years ago

Akhil Kokani
#6 - Problem Statement — Solving Problem Statements (by VTU) using Java

Hey Guys! In this video we will solving following problem statement: Implement in Java, the 0/1 Knapsack problem using: 1.

31:31
#6 - Problem Statement — Solving Problem Statements (by VTU) using Java

1,098 views

6 years ago

Algorithmatics
22. Algorithms Series [عربي] | Dynamic Programming - Matrix Chain Multiplication Problem

في هذا الفيديو، نقدم مشكلة الـ(Matrix Chain Multiplication)، ونستعرض كيفية تطبيق الـ(Dynamic Programming) لحلها، مع تحليل ...

27:23
22. Algorithms Series [عربي] | Dynamic Programming - Matrix Chain Multiplication Problem

375 views

2 months ago

Roel Van de Paar
Inventory planning problem solved through dynamic programming

Inventory planning problem solved through dynamic programming Helpful? Please support me on Patreon: ...

1:58
Inventory planning problem solved through dynamic programming

230 views

4 years ago

Troll Coder
Cracking the Code: 5 Secrets to Dominate Competitive Programming

Github: https://github.com/BerqiaMouad LinkedIn: https://www.linkedin.com/in/berqiamouad/

3:13
Cracking the Code: 5 Secrets to Dominate Competitive Programming

80 views

2 years ago

Mike the Coder
SPOJ BYTESM2 - Philosophers Stone (Dynamic Programming)

Hi guys, #dynamic programming #BYTESM2 #SPOJ #SphereOnlineJudge My name is Michael Lin and this is my programming ...

13:50
SPOJ BYTESM2 - Philosophers Stone (Dynamic Programming)

413 views

4 years ago

Electronics Guy
DON'T Make This Robot Arm ($200 Wasted) #advice #arduino #electronics

How to make a terrible 3-foot tall robot arm with a 3D printer and $200 First, I found this tutorial by Togelfritz on instructables.

0:42
DON'T Make This Robot Arm ($200 Wasted) #advice #arduino #electronics

336,284 views

7 months ago

Roel Van de Paar
Finding recurrence relations for dynamic programming algorithms

Finding recurrence relations for dynamic programming algorithms Helpful? Please support me on Patreon: ...

1:20
Finding recurrence relations for dynamic programming algorithms

136 views

4 years ago

Himanshu Kaushik | DigiiMento GATE, NET, CSE Prep
Competitive programming using Java

These videos are helpful for the following Examinations - GATE Computer Science, GATE Electronics and Communication, NTA ...

7:35
Competitive programming using Java

2,200 views

8 years ago

Mike the Coder
Codeforces Round 407C: Functions Again (Dynamic Programming)

Hi guys, My name is Michael Lin and this is my programming youtube channel. I like C++ and please message me or comment on ...

20:36
Codeforces Round 407C: Functions Again (Dynamic Programming)

332 views

5 years ago

GaneshKumar Pugalendhi
Dynamic Programming: Matrix-Chain Multiplication–Longest Common Subsequence

In order to do that see both can you give the same answer but if you are using the dynamic programming you have to do go for this ...

27:20
Dynamic Programming: Matrix-Chain Multiplication–Longest Common Subsequence

228 views

4 years ago

Brian Will
Object-Oriented Programming is Embarrassing: 4 Short Examples

A follow up to https://www.youtube.com/watch?v=QM1iUe6IofM.

28:03
Object-Oriented Programming is Embarrassing: 4 Short Examples

2,161,328 views

9 years ago

Tech Interviews and Competitive Programming Meetup
Dynamic Programming Part 11: Traveling Salesman

This video discusses the "Traveling Salesman" problem of the following problem set, which you should review first: ...

21:25
Dynamic Programming Part 11: Traveling Salesman

173 views

5 years ago

Mike the Coder
SPOJ - EDIT DISTANCE  (Dynamic programming)

Hi guys, My name is Michael Lin and this is my programming youtube channel. I like C++ and please message me or comment on ...

35:27
SPOJ - EDIT DISTANCE (Dynamic programming)

205 views

4 years ago

Drunken Engineer
Java Developer Interview Questions

This Video contains core java, spring boot , microserives and coding interview questions that were asked as part of CMMI Level 5 ...

15:06
Java Developer Interview Questions

5,928 views

4 years ago

Himanshu Kaushik | DigiiMento GATE, NET, CSE Prep
Whats is Longest Increasing Subsequence ? part 1 Dynamic Programming Algorithm

These videos are helpful for the following Examinations - GATE Computer Science, GATE Electronics and Communication, NTA ...

14:05
Whats is Longest Increasing Subsequence ? part 1 Dynamic Programming Algorithm

399 views

6 years ago