Topic: Linked List Problem / Level: beginner

Problem: How do you check if a doubly linked list is sorted in non-increasing order?

Run the code to see the output here...