#include <util/prefix_sum_tools.hpp>
#include <util/tools.hpp>
#include <twod/jagged_dp_impl.hpp>
Go to the source code of this file.
Classes | |
class | twod::JagMOptHor< T, Pr > |
An optimal m-way jagged algorithm based on dynamic programming. More... | |
class | twod::JagMOptVer< T, Pr > |
An optimal m-way jagged algorithm based on dynamic programming. More... | |
class | twod::JagMOptBest< T, Pr > |
An optimal m-way jagged algorithm based on dynamic programming. More... | |
Namespaces | |
namespace | twod |
This namespace provides two dimensional algorithms. |