Find the Pair of Nodes with the Smallest Product in a Doubly Linked List
Given a doubly linked list, the task is to find the pair of nodes whose product is the smallest among all possible pairs. Each node in the list contains an integer value, and you need to find the two nodes whose multiplication results in the minimum product. Examples: Input: 4 <-> 6 <->