Here's the catch. To sort the numbers, I want you to do the following:
head -> 10 -> 4 -> 3 -> nil
and the next integer is a 6, you should end up with
head -> 10 -> 6 -> 4 -> 3 -> nil.
That's it.
Start early, keep in touch, and
have fun.