| AA
Components My Ada components is a basic set of data structures and algorithms that has proven to be of use to me over the years. Currently the components consists of the basic structures such as lists, stacks, queues and vectors. On the algorithm side; quicksort and shellsort. Common for the components are that they use generics, and thus almost all types can be used. AA | | (Structures) | +- Lists ---+ | | | +-- Static (spec) (body) | | | +-- Dynamic (spec) (body) | | | +-- Controlled (spec) (body) | +- Stacks (spec) (body) | +- Queues (spec) (body) | +- Vectors (spec) (body) | | (Algorithms) | +- Shellsort | +- Quicksort (spec) (body) | | (Memory Management) | +- Storage_Pool (spec) (body) |
| |
© 2005 Andreas Almroth |