Topic: Linked List Problem / Level: beginner

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

Run the code to see the output here...