Question: Create a doubly linked list that is generic . You must use the code we did in class for SinglyLinkedList as a starting point, and

Create a doubly linked list that is generic. You must use the code we did in class for SinglyLinkedList as a starting point, and change that as needed for your DoublyLinkedList. You are expected to fully implement this class, without the use of the C# library functions (from namespaces such as System.Collections and System.Collections.Generic). Make sure it includes the following methods (and test them with both int and string):

AddFirst

AddLast

DeleteFirst

DeleteLast

Delete(given a value)

Delete(given a node)

Reverse

IsEmpty

Clear

Print

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!