上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 23 下一页
摘要: Problem : Given a list of 24 hour clock time points in "Hour:Minutes" format, find the minimum minutes difference between any two time points in the l 阅读全文
posted @ 2020-04-15 11:25 littledy 阅读(96) 评论(0) 推荐(0) 编辑
摘要: Problem : Given two strings representing two complex numbers. You need to return a string representing their multiplication. Note i2 = 1 according to 阅读全文
posted @ 2020-04-15 10:35 littledy 阅读(99) 评论(0) 推荐(0) 编辑
摘要: Problem : Given a word, you need to judge whether the usage of capitals in it is right or not. We define the usage of capitals in a word to be right w 阅读全文
posted @ 2020-04-15 10:17 littledy 阅读(82) 评论(0) 推荐(0) 编辑
摘要: Problem : Given an integer, return its base 7 string representation. Example 1: Example 2: Note: The input will be in range of [ 1e7, 1e7]. 思路 : Solut 阅读全文
posted @ 2020-04-15 01:23 littledy 阅读(87) 评论(0) 推荐(0) 编辑
摘要: Problem : Given a circular array (the next element of the last element is the first element of the array), print the Next Greater Number for every ele 阅读全文
posted @ 2020-04-15 00:49 littledy 阅读(82) 评论(0) 推荐(0) 编辑
摘要: Problem : In LOL world, there is a hero called Teemo and his attacking can make his enemy Ashe be in poisoned condition. Now, given the Teemo's attack 阅读全文
posted @ 2020-04-15 00:11 littledy 阅读(101) 评论(0) 推荐(0) 编辑
摘要: Problem : Assume you are an awesome parent and want to give your children some cookies. But, you should give each child at most one cookie. Each child 阅读全文
posted @ 2020-04-14 17:47 littledy 阅读(119) 评论(0) 推荐(0) 编辑
摘要: Problem : You are given a map in form of a two dimensional integer grid where 1 represents land and 0 represents water. Grid cells are connected horiz 阅读全文
posted @ 2020-04-14 17:34 littledy 阅读(80) 评论(0) 推荐(0) 编辑
摘要: Problem : For a web developer, it is very important to know how to design a web page's size. So, given a specific rectangular web page’s area, your jo 阅读全文
posted @ 2020-04-14 17:15 littledy 阅读(80) 评论(0) 推荐(0) 编辑
摘要: Problem : You are given two arrays (without duplicates) nums1 and nums2 where nums1’s elements are subset of nums2. Find all the next greater numbers 阅读全文
posted @ 2020-04-14 17:00 littledy 阅读(122) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 23 下一页