hash-table
huhuixinxing
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
LeetCode 1. Two Sum
Given an array of integers, return indices of the two numbers such that they add up to a specific target.You may assume that each input would have exactly one solution, and you may not use the same ele原创 2017-12-02 17:21:36 · 172 阅读 · 0 评论 -
LeetCode 138. Copy List with Random Pointer
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 of the list.本题出现了一个新的链表结点结构,结点有两个指针域,一个指向下一个结点,一个指向原创 2017-11-15 11:02:50 · 203 阅读 · 0 评论
分享