- A general class of algorithms which solve problems by solving smaller versions of the problem, saving the solutions to the small problems and then combinin...A general class of algorithms which solve problems by solving smaller versions of the problem, saving the solutions to the small problems and then combining them to solve the larger problem.
- NIST


user