Gary Vladimir Núñez López Blog

Gary Vladimir Núñez López Blog

Follow
Follow
homebadges
Tag

Dynamic Programming

#dynamic-programming

More content

Read more stories on Hashnode


Articles with this tag

Optimal Play: A Dynamic Programming Approach to an Array-based Turn Game"

Jul 19, 202318 min read62 views

Introduction Hey there, fellow coders! Today, we're going to navigate through the exciting world of dynamic programming, tackling a captivating...

Optimal Play: A Dynamic Programming Approach to an Array-based Turn Game"

Unveiling Dynamic Programming Solutions for 'Roads' and 'Organizing Tiles' Problems.

Jun 11, 202313 min read52 views

Introduction Hello everyone, in this post we will look in detail at the solution to two similar, very classic DP problems: 'Roads' and 'Organizing...

Unveiling Dynamic Programming Solutions for 'Roads' and 'Organizing Tiles' Problems.

Mastering The "k-Tree" Problem with Dynamic Programming

May 20, 202310 min read82 views

The K-Tree Problem A k-Tree is a unique tree structure where each node has exactly k children nodes, extending infinitely. The tree is weighted, such...

Mastering The "k-Tree" Problem with Dynamic Programming