2014年12月31日

[leetcode]Copy List with Random Pointer @ Python

摘要: 原题地址:https://oj.leetcode.com/problems/copy-list-with-random-pointer/题意:A linked list is given such that each node contains an additional random pointe... 阅读全文

posted @ 2014-12-31 08:19 AIDasr 阅读(218) 评论(0) 推荐(0) 编辑

[leetcode]Reverse Nodes in k-Group @ Python

摘要: 原题地址:https://oj.leetcode.com/problems/reverse-nodes-in-k-group/题意:Given a linked list, reverse the nodes of a linked listkat a time and return its mod... 阅读全文

posted @ 2014-12-31 07:32 AIDasr 阅读(1181) 评论(0) 推荐(0) 编辑

导航