Page 1 of 1

If a dynamic programming problem can be expressed in terms of building up an n × n table with each entry depending on al

Posted: Sat May 14, 2022 7:12 pm
by answerhappygod
If a dynamic programming problem can be expressed in terms of
building up an n × n table with
each entry depending on all the entries before it in it’s row and
some entries above it in it’s column
(with a constant amount of arithmetic done with each entry
accessed, for instance finding the minimum
of those entries), then the run time of the algorithm is