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

3.9 Generic Algorithm Specialized by Input Type

This concept is a narrowing of the generic algorithm concept by restrictions on the form of input type. Subconcepts include generic sequence algorithms, generic tree algorithms, generic graph algorithms, generic algebraic algorithms, etc.


musser@cs.rpi.edu

Prev Up Next