ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,295 results

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

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

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

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

8 months 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

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

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,392 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

Roel Van de Paar
Code Review: Levenshtein distance with edit sequence and alignment in Java

Code Review: Levenshtein distance with edit sequence and alignment in Java Helpful? Please support me on Patreon: ...

3:00
Code Review: Levenshtein distance with edit sequence and alignment in Java

13 views

3 years ago

Roel Van de Paar
Dynamic Array in java (2 Solutions!!)

Dynamic Array in java Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks & praise to ...

4:11
Dynamic Array in java (2 Solutions!!)

0 views

3 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: Optimizing "Herd Sums" problem using dynamic programming (3 Solutions!!)

Code Review: Optimizing "Herd Sums" problem using dynamic programming Helpful? Please support me on Patreon: ...

3:43
Code Review: Optimizing "Herd Sums" problem using dynamic programming (3 Solutions!!)

31 views

3 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

Roel Van de Paar
Shuffled Strings Dynamic Programming

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

1:58
Shuffled Strings Dynamic Programming

44 views

4 years ago

Peter Schneider
Dynamic type assignment in Java - Is this a bug in Java?

Dynamic type assignment in Java - Is this a bug in Java? I hope you found a solution that worked for you :) The Content (except ...

2:06
Dynamic type assignment in Java - Is this a bug in Java?

5 views

2 years ago

Barcelona Jug
Do We Really Do Functional Programming in Java? by Ben Evans at JBCNConf 2021

Many developers believe that Functional Programming (FP) arrived in Java 8, with the addition of the Streams API. But is this ...

39:32
Do We Really Do Functional Programming in Java? by Ben Evans at JBCNConf 2021

645 views

4 years ago

Roel Van de Paar
Coin change with Dynamic Programming

Coin change with Dynamic Programming Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With ...

3:01
Coin change with Dynamic Programming

11 views

3 years ago

Denver Java Users Group
Gordon Weakliem: Coding Interviews for Java Developers

In the year 2000 - Joel Spolsky released his first “guerilla guide to interviewing” (most current version from 2006) ...

1:22:33
Gordon Weakliem: Coding Interviews for Java Developers

1,131 views

Streamed 4 years 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

137 views

5 years ago

Sophia Wagner
Codereview: Another ATMs cash-out (denomination) algorithm in Java

Another ATMs cash-out (denomination) algorithm in Java Hey guys! Hopefully you found a solution that helped you! The Content ...

5:02
Codereview: Another ATMs cash-out (denomination) algorithm in Java

3 views

1 year ago

OnduStopForAll
Most Asked Java Interview Questions on RECURSION | Java Practice Programs | #java #education

Don't forget to subscribe, hit the bell icon, and stay tuned for weekly Java programming challenges! 🛎️ Get ready to ace your ...

4:16
Most Asked Java Interview Questions on RECURSION | Java Practice Programs | #java #education

33 views

1 year ago

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

Hey Guys! In this video we will solving following problem statement: Sort a given set of n integer elements using Merge Sort ...

21:21
#5 - Problem Statement — Solving Problem Statements (by VTU) using Java

651 views

7 years ago