
leetcode-hashmap
proudmore
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Leetcode Repeated DNA sequences
All DNA is composed of a series of nucleotides abbreviated as A, C, G, and T, for example: “ACGAATTCCG”. When studying DNA, it is sometimes useful to identify repeated sequences within the DNA.Write a原创 2015-05-07 13:14:44 · 146 阅读 · 0 评论 -
Leetcode Repeated DNA sequences
All DNA is composed of a series of nucleotides abbreviated as A, C, G, and T, for example: “ACGAATTCCG”. When studying DNA, it is sometimes useful to identify repeated sequences within the DNA. Write原创 2015-06-17 08:43:11 · 243 阅读 · 0 评论 -
Leetcode Max Points on a line
Given n points on a 2D plane, find the maximum number of points that lie on the same straight line.[方法1]/** * Definition for a point. * class Point { * int x; * int y; * Point() { x =原创 2015-06-03 14:13:15 · 232 阅读 · 0 评论