Prev Up Next
Go backward to 3.11 Generic Algorithm Specialized by I/O-Relation
Go up to 3 An Example of Concept Webs: Programming Concepts
Go forward to 3.13 Generic Divide-and-Conquer Algorithm

3.12 Generic Algorithm Specialized by Strategy

This concept is a narrowing of the generic algorithm concept in terms of strategies used in structuring the steps of the algorithm. Subconcepts include generic divide-and-conquer algorithms, generic dynamic programming algorithms, generic greedy algorithms, etc.


musser@cs.rpi.edu

Prev Up Next