Topic: Linked List Problem / Level: intermediate

Problem: Write a function to split a singly linked list into two separate lists where one contains nodes with values divisible by 5.

Run the code to see the output here...