-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Write the code to perform Doubly Linked list operations in python.
Guidelines:
- Write the codes in python only.
- Refrain from any unfair means or plagiarism.
- The code should display authenticity.
- Use proper formatting and comments.
Operations:
- Insertion from both ends.
- Insertion after and before and after a node.
- Deletion from both ends.
- Deleting a node.
- Searching for a node.
- Number of nodes in the list.
- Print the list.