Dynamic programming

Dynamic programming

Jesse Russell Ronald Cohn

     

бумажная книга



ISBN: 978-5-5093-9845-2

High Quality Content by WIKIPEDIA articles! In mathematics, computer science, and economics, dynamic programming is a method for solving complex problems by breaking them down into simpler subproblems. It is applicable to problems exhibiting the properties of overlapping subproblems and optimal substructure (described below). When applicable, the method takes far less time than naive methods.