【LeetCode】Remove Nth Node From End of List && 【九度】题目1517:链表中倒数第k个结点
1、RemoveNthNodeFromEndofList TotalAccepted:8400TotalSubmissions:28316 Givenalinkedlist,removethenthnodefromtheendoflistandreturnitshead. Forexample, Givenlinkedlist:1->2->3->4->5,andn=2. Aft