Go to the source code of this file.
Namespaces | |
namespace | amino |
Functions | |
void | amino::aa_sort (int *array, int *end) |
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. |