Comparison of two approaches to dynamic programming

  • Authors:
  • Pim van den Broek;Joost Noppen

  • Affiliations:
  • University of Twente, the Netherlands;University of Twente, the Netherlands

  • Venue:
  • ACM SIGACT News
  • Year:
  • 2004

Quantified Score

Hi-index 0.00

Visualization

Abstract

Both in mathematics and in computer science Dynamic Programming is a well known concept. It is an algorithmic technique, which can be used to write efficient algorithms, based on the avoidance of multiple executions of identical subcomputations. Its definition in both disciplines is however quite different. The aim of this paper is to compare both definitions. It is shown that the computer science approach is more efficient, since it avoids the execution of unneeded subcomputations, whereas the mathematical approach has greater possibilities of reducing memory requirements.