Question: Write a function that returns the sun of the last N nodes of a linked list. For example. for the linked list 4->6->10->8->9->10->18->20, and the value of N=4 the answer would be 57.

Read more of this post