1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. If a problem can be broken into subprobl...
Q.

If a problem can be broken into subproblems which are reused several times, the problem possesses                           property.

A. overlapping subproblems
B. optimal substructure
C. memoization
D. greedy
Answer» A. overlapping subproblems
Explanation: overlapping subproblems is the property in which value of a subproblem is used several times.

Discussion