#include <cstdlib>#include <iostream>#include <stdexcept>#include <assert.h>#include <vector>#include <algorithm>#include <amino/aasort.h>#include <amino/vector_inc.h>Namespaces | |
| namespace | amino |
Functions | |
| void | amino::printVector (int *start) |
| void | amino::printAll (int *start, int length) |
| void | amino::incore_sort (int *array, int *end) |
| sort the array with in-core algorithm. | |
| void | amino::aa_merge (int *start, int *middle, int *end) |
| This method merges two consecutive arrays which are both already softed in ascending order. | |
| void | amino::aa_sort (int *array, int *end) |
Variables | |
| const int | amino::SHRINK_FACTOR_UP = 13 |
| const int | amino::SHRINK_FACTOR_DOWN = 10 |
1.5.6