Question: C# Create a doubly linked list that is generic . You are expected to fully implement this class, without the use of the C# library
C#
Create a doubly linked list that is generic. 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).
- AddFirst
- AddLast
- DeleteFirst
- DeleteLast
- Delete(given a value)
- Delete(given a node)
- Reverse
- IsEmpty
- Clear
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
