The LIBLIST library described here is the result. It provides a generic way of handling all types of lists and related structures. The current version supports Single Linked lists, Double linked lists, Queues (FIFO), Stacks (LIFO), Binary Trees, Balanced Binary Trees and Hash Tables.
The LIBLIST library takes an object-oriented approach that provides clean separation between your application logic and any list handling related code. The user uses a simple "Methods and Properties" approach to handling lists, and is not be aware of any of the underlying complexities or control structures.
23rd July 2000
23rd July 2000
No documentation is included, so you will also need to download
the documentation separately.
No documentation is included, so you will also need to download
the documentation separately.
23rd July 2000
No documentation is included, so you will also need to download
the documentation separately.
23rd July 2000