摘要: Question: Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x. You should pre 阅读全文
posted @ 2018-02-26 11:04 于淼 阅读(128) 评论(0) 推荐(0) 编辑
摘要: Question: 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 阅读全文
posted @ 2018-02-26 09:39 于淼 阅读(116) 评论(0) 推荐(0) 编辑