【LeetCode & 劍指offer刷題】連結串列題4:22 刪除連結串列中倒數第k個結點(19. Remove Nth Node From End of List)
阿新 • • 發佈:2019-01-05
【LeetCode & 劍指offer 刷題筆記】目錄(持續更新中...)
19. Remove Nth Node From End of List
Given a linked list, remove the n -th node from the end of list and return its head. Example: Given linked list: 1->2->3->4->5 , and n = 2 . After removing the second node from the end, the linked list becomes