摘要: You are given a doubly linked list which in addition to the next and previous pointers, it could have a child pointer, which may or may not point to a 阅读全文
posted @ 2019-09-04 17:19 xuyy_isee 阅读(166) 评论(0) 推荐(0) 编辑
摘要: A linked list is given such that each node contains an additional random pointer which could point to any node in the list or null. Return a deep copy 阅读全文
posted @ 2019-09-04 16:12 xuyy_isee 阅读(124) 评论(0) 推荐(0) 编辑
摘要: You are given two non empty linked lists representing two non negative integers. The most significant digit comes first and each of their nodes contai 阅读全文
posted @ 2019-09-04 15:18 xuyy_isee 阅读(180) 评论(0) 推荐(0) 编辑