Prev Up
Go backward to 3.18 Generic Binary Search
Go up to 3 An Example of Concept Webs: Programming Concepts

3.19 Some Areas for Expansion of this Concept Web

There are many ways this generic programming concept web could be expanded, such as:

3.19.1 Generic linear search

3.19.2 Generic matrix algorithm

3.19.3 Generic tree algorithm

3.19.4 Generic graph algorithm

3.19.5 Generic dynamic programming algorithm

3.19.6 Generic greedy algorithm

3.19.7 Generic quicksort

3.19.8 Generic mergesort


musser@cs.rpi.edu

Prev Up