home *** CD-ROM | disk | FTP | other *** search
- A linked list is a useful data structure that can be implemented
- in more than one way. It is also possible to define a set of
- operations on linked lists that is common for all of the different
- implementations. Thus, a linked list is an excellent candidate
- for demonstrating the power of polymorphism.
-