Table des matières
1Introduction
What is an algorithm?
History
Example 1: finding a midpoint (1)
Example 1 (2)
Example 2: GCDs (1)
Example 2 (2)
Example 2 (3)
Example 3: square roots (1)
Example 3 (2)
Example 3 (3)
Algorithms vs. programs (1)
Algorithms vs. programs (2)
Algorithms vs. programs (3)
Data structures
Example 4: representing strings
Example 5: representing sets
Abstract data types
|