
链表
子长
这个作者很懒,什么都没留下…
展开
-
2. Add Two Numbers
题目You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return原创 2017-12-08 23:26:47 · 176 阅读 · 0 评论 -
11. Container With Most Water
19 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 removing the second node from the end, the lin原创 2018-01-08 11:38:47 · 166 阅读 · 0 评论