Categories
Aapl
Aapl is a C++ template library for generic programming. It contains Linked List, Avl Tree, Vector, Binary Search Table, Double Ended Queue, and Merge Sort. The library is designed to be versatile for the programmer. For example, the linked list utilizes both inheritance and templates to allow a single instance of a data structure to be an element in multiple lists. In general, Aapl data structures do not have private data members and are thus not abstracted away.
Last updated 17 May, 2005
Versions
2.12
2.12 stable released 2005-05-15
- Released: 15 May, 2005
- Code Maturity: Stable
- Source Archive: http://www.elude.ca/aapl/aapldev-2.12.tar.gz
- Licenses: GPLv2orlater
- Interfaces: Library
User Community and Support
User guide included and available in HTML format from http://www.elude.ca/aapl/doc/



