Implement an algorithm to find the kth to last element of a singly linked list.
思路:双指针
参考 http://www.cnblogs.com/jdflyfly/p/3810697.html