-
Notifications
You must be signed in to change notification settings - Fork 2
Add doubly Linked List #2
Copy link
Copy link
Open
Labels
Description
Similar features to #1 but with a pointer to the previous node.
The previous pointer of the first node should be an Option as None, as well as the pointer to the next pointer for the last node.
Reactions are currently unavailable