Prev Up Next
Go backward to 3.10 Generic Sequence Algorithm
Go up to 3 An Example of Concept Webs: Programming Concepts
Go forward to 3.12 Generic Algorithm Specialized by Strategy

3.11 Generic Algorithm Specialized by I/O-Relation

This concept is a narrowing of the generic algorithm concept by restrictions on the form of input-output relations. Subconcepts include generic sorting algorithms, generic search algorithms, generic graph traversal algorithms, generic polynomial addition algorithms, etc.


musser@cs.rpi.edu

Prev Up Next