equal
deleted
inserted
replaced
9 consederably fast. |
9 consederably fast. |
10 |
10 |
11 \section problem The problem |
11 \section problem The problem |
12 |
12 |
13 The adaptors usually use references or pointers to reference to an |
13 The adaptors usually use references or pointers to reference to an |
14 existing data structure. We may use an algorithm in the next way: |
14 existing data structure. We may use an algorithm in the following was: |
15 \code |
15 \code |
16 function_algorithm(adaptor(structure)); |
16 function_algorithm(adaptor(structure)); |
17 \endcode |
17 \endcode |
18 |
18 |
19 But what about the class algorithms: |
19 But what about the class algorithms: |