上一页 1 2 3 4 5 6 ··· 19 下一页
摘要: 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 ... 阅读全文
posted @ 2015-10-22 19:41 Phoebe815 阅读(149) 评论(0) 推荐(0) 编辑
摘要: There are a total ofncourses you have to take, labeled from0ton - 1.Some courses may have prerequisites, for example to take course 0 you have to firs... 阅读全文
posted @ 2015-10-22 09:39 Phoebe815 阅读(164) 评论(0) 推荐(0) 编辑
摘要: https://ckjoker.github.io/2015/03/01/Java-bit-primary/ 阅读全文
posted @ 2015-09-26 19:55 Phoebe815 阅读(111) 评论(0) 推荐(0) 编辑
摘要: Given a roman numeral, convert it to an integer.Input is guaranteed to be within the range from 1 to 3999.------------------------题是比较简单,但是解法中用了static... 阅读全文
posted @ 2015-09-20 13:21 Phoebe815 阅读(158) 评论(0) 推荐(0) 编辑
摘要: Stored routines (procedures and functions)can be particularly useful in certain situations:When multiple client applications are written in different ... 阅读全文
posted @ 2015-04-27 11:42 Phoebe815 阅读(458) 评论(0) 推荐(0) 编辑
摘要: Mocking:Difference between error and failure:TDD:BDD: 阅读全文
posted @ 2015-04-24 16:06 Phoebe815 阅读(106) 评论(0) 推荐(0) 编辑
摘要: mapisainterfacehashmapisaclassthatimplementsthatinterface.thatisthebasicdifferent. 阅读全文
posted @ 2015-02-24 03:10 Phoebe815 阅读(473) 评论(0) 推荐(0) 编辑
摘要: Given two words (startandend), and a dictionary, find the length of shortest transformation sequence fromstarttoend, such that:Only one letter can be ... 阅读全文
posted @ 2015-02-01 08:39 Phoebe815 阅读(174) 评论(0) 推荐(0) 编辑
摘要: Given a set ofnon-overlappingintervals, insert a new interval into the intervals (merge if necessary).You may assume that the intervals were initially... 阅读全文
posted @ 2015-02-01 02:17 Phoebe815 阅读(149) 评论(0) 推荐(0) 编辑
摘要: Given a sorted array of integers, find the starting and ending position of a given target value.Your algorithm's runtime complexity must be in the ord... 阅读全文
posted @ 2015-01-30 05:13 Phoebe815 阅读(130) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 19 下一页