Prev Up Next
Go backward to 3.13 Generic Divide-and-Conquer Algorithm
Go up to 3 An Example of Concept Webs: Programming Concepts
Go forward to 3.15 Generic Sorting Algorithm

3.14 Generic Divide-and-Conquer Sequence Algorithm

A generic divide-and-conquer sequence algorithm is a generic divide-and-conquer algorithm that is also a generic sequence algorithm.

Subconcepts might be based on different ways of dividing a sequence up into smaller ones.


musser@cs.rpi.edu

Prev Up Next