A Reusable Routine for Doubly-Linked Lists, Part 2
January 26, 2011 Miguel Ortiz Martín and Ted Holt
Note: The code accompanying this article is available for download here. In Part 1 of this series, we introduced several concepts, such as managing external storage and defining comparator procedures, that are required for defining a reusable routine for managing doubly-linked lists. In this second part, we:
Creating and Destroying a List Let’s begin with a list of the |