Topic: Linked List Problem / Level: beginner

Problem: Write a function to remove the first occurrence of a value in a doubly linked list.

Run the code to see the output here...