1. Consider an ADT, a doubly linked list. Each node in a doubly linked list has two pointers, one to its predecessor and another to its successor. Write a function to insert a node to the right of a given node p.
2. Consider an ADT, a doubly linked list. Each node in a doubly linked list has two pointers, one to its predecessor and another to its successor. Write a function to insert a node to the left of a given node p.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here