Linked List : Mth to Last Element of a Linked List

Given a singly linked list devise an algorithm to find the mth-to-last element of the list.

http://www.geeksforgeeks.org/nth-node-from-the-end-of-a-linked-list/