上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 16 下一页
摘要: 题目:Given an array of citations (each citation is a non-negative integer) of a researcher, write a function to compute the researcher's h-index.Accordi... 阅读全文
posted @ 2015-11-08 20:37 lasclocker 阅读(324) 评论(0) 推荐(0) 编辑
摘要: 题目:Given an array of citations (each citation is a non-negative integer) of a researcher, write a function to compute the researcher's h-index.Accordi... 阅读全文
posted @ 2015-11-08 19:13 lasclocker 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 题目:You are a product manager and currently leading a team to develop a new product. Unfortunately, the latest version of your product fails the qualit... 阅读全文
posted @ 2015-11-08 18:25 lasclocker 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 题目:Given a string that contains only digits 0-9 and a target value, return all possibilities to add binary operators (not unary) +, -, or * between th... 阅读全文
posted @ 2015-11-07 12:19 lasclocker 阅读(603) 评论(0) 推荐(0) 编辑
摘要: 题目:Remove the minimum number of invalid parentheses in order to make the input string valid. Return all possible results.Note: The input string may co... 阅读全文
posted @ 2015-11-05 22:03 lasclocker 阅读(331) 评论(0) 推荐(0) 编辑
摘要: 题目:Given an Iterator class interface with methods: next() and hasNext(), design and implement a PeekingIterator that support the peek() operation -- i... 阅读全文
posted @ 2015-11-05 10:01 lasclocker 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 题目:Given an array nums, write a function to move all 0's to the end of it while maintaining the relative order of the non-zero elements.For example, g... 阅读全文
posted @ 2015-11-05 08:38 lasclocker 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 题目:Given an array nums containing n + 1 integers where each integer is between 1 and n (inclusive), prove that at least one duplicate number must exis... 阅读全文
posted @ 2015-11-02 13:04 lasclocker 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 题目:According to the Wikipedia's article: "The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician Jo... 阅读全文
posted @ 2015-11-02 10:31 lasclocker 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 题目:Median is the middle value in an ordered integer list. If the size of the list is even, there is no middle value. So the median is the mean of the ... 阅读全文
posted @ 2015-11-01 20:27 lasclocker 阅读(189) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 16 下一页