摘要: Given an array nums, there is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the k num 阅读全文
posted @ 2015-07-18 12:09 Grandyang 阅读(38397) 评论(5) 推荐(0)
摘要: 2.1 Write code to remove duplicates from an unsorted linked list.FOLLOW UPHow would you solve this problem if a temporary buffer is not allowed?这道题让我们... 阅读全文
posted @ 2015-07-18 10:55 Grandyang 阅读(1437) 评论(0) 推荐(0)
Fork me on GitHub