2014年6月30日

leetcode - Remove Nth Node From End of List

摘要: 题目:Remove Nth Node From End of ListGiven a linked list, remove thenthnode from the end of list and return its head.For example, Given linked list: 1... 阅读全文

posted @ 2014-06-30 17:10 laihaiteng 阅读(149) 评论(0) 推荐(0)

导航