Introduction - If you have any usage issues, please Google them yourself
This source code is used to implement a double ended, doubly linked list. Complete interface of the Dlist class is provided in dlist.h. There are five operational methods, four maintenance methods and three private utility methods.