Objective
• Understand and implement a Doubly-Linked List
• Unit test using a provided test suite
Visual Studio Project Structure
-Your Visual Studio solution will consist of two projects:
–DoublyLinkedList (.NET Framework Library)
–SortTest (Console application)
(The language used for this assignment is C#)
(Read MIS318_Assignment_4 for full instructions)