摘要:
Reverse a linked list from position m to n. Notice Given m, n satisfy the following condition: 1 ≤ m ≤ n ≤ length of list. Given m, n satisfy the foll 阅读全文
posted @ 2016-04-05 05:51
哥布林工程师
阅读(128)
评论(0)
推荐(0)
摘要:
Given a string containing only digits, restore it by returning all possible valid IP address combinations. Example Given "25525511135", return [ "255. 阅读全文
posted @ 2016-04-05 04:25
哥布林工程师
阅读(196)
评论(0)
推荐(0)
摘要:
Given a singly linked list L: L0 → L1 → … → Ln-1 → Ln reorder it to: L0 → Ln → L1 → Ln-1 → L2 → Ln-2 → … Example Given 1->2->3->4->null, reorder it to 阅读全文
posted @ 2016-04-05 02:56
哥布林工程师
阅读(127)
评论(0)
推荐(0)

浙公网安备 33010602011771号