I'm a relative new comer to development and need some assistance in writing a function. Here are the requirements:
Return the 5th element from the end in a singly linked list of integers, in one pass, and then provide a set of test cases against that function.
Any ideas?
Thanks
Indigo