A library of reusable software components can greatly speed the development of a computer program even while increasing its reliability.
The Booch (or "Wizard") library is one such example. It provides common data structures and operations on them. The data structures include linked lists, stacks, trees, graphs and even the exotic "bags". They are provided in several variants such as: fixed memory size ("bounded") and unlimited ("unbounded"); tasking safe ("concurrent") and unsafe ("sequential").
The speaker will discuss:
Updated Mar 5, 1999