Post date: Jan 12, 2019 6:41:57 PM
Chapter 3: Linked Lists
3.2 Doubly Linked List
Tasks:
1- Write a class, TestDoubleDLL that manages double values. Your class should have operations similar to those in TestIntegerDLL example.
2- Copy your Student class implemented from Lab01 into Lab02 project.
Write a class TestStudentDLL that uses DLL class to manage Student objects. You class should have operations similar to those in TestItemDLL example.
3- (a) Add the following methods to the generic DLL class:
(b) Update your TestStudentDLL class by adding options that tests the additional methods above.