Linked Lists – Part IV

Hope you had a nice weekend. Over the weekend and for preparation to start the design and implementation of the DoubleLinkList class I started updating the test code for the LinkedLists test class. The current code builds a crude list taking into account the pre and next members of the Node class.

Following is a screen capture of the console for Visual Studio 2013 when executing a partially commented out test: Continue reading “Linked Lists – Part IV”