Topic: Linked List Problem / Level: intermediate

Problem: How do you rearrange a singly linked list such that all negative numbers appear before positive numbers?

Run the code to see the output here...