
统计
文章平均质量分 81
jmspan
这个作者很懒,什么都没留下…
展开
-
LeetCode 274. H-Index(文献)
原题网址:https://leetcode.com/problems/h-index/ 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原创 2016-04-13 10:58:01 · 714 阅读 · 0 评论 -
LeetCode 30. Substring with Concatenation of All Words(单词连接)
原题网址:https://leetcode.com/problems/substring-with-concatenation-of-all-words/ You are given a string, s, and a list of words, words, that are all of the same length. Find all starting indices of原创 2016-05-20 10:35:51 · 348 阅读 · 0 评论 -
LeetCode 362. Design Hit Counter(计数器)
原题网址:https://leetcode.com/problems/design-hit-counter/ Design a hit counter which counts the number of hits received in the past 5 minutes. Each function accepts a timestamp parameter (in seco原创 2016-06-23 00:45:16 · 2390 阅读 · 0 评论 -
383. Ransom Note
原题网址:https://leetcode.com/problems/ransom-note/ Given an arbitrary ransom note string and another string containing letters from all the magazines, write a function that will return true if the r原创 2016-10-27 04:13:14 · 875 阅读 · 0 评论