摘要: 题目说明 Given a linked list, remove the nth node from the end of list and return its head. For example, Given linked list: 1 2 3 4 5, and n = 2. After re 阅读全文
posted @ 2018-04-02 22:49 森高Slontia 阅读(129) 评论(0) 推荐(0) 编辑