Playing with C++ Variadic Templates and Dynamic Programming
Over the last few months I’ve been exploring various dynamic programming (DP) algorithms, trying to get a feel for how to choose suitable sub-problems and the dimensions of those sub-problems, and when a top-down or bottom-up strategy is best.
from Pocket http://ift.tt/1LNytaT
via IFTTT