A frog is crossing a river. The river is divided into x units and at each unit there may or may not exist a stone. The frog can jump on a stone, but i ...
分类:
其他好文 时间:
2018-09-28 22:04:37
阅读次数:
177
Consider two natural numbers A and B. Let S be the sum of all natural divisors of A^B. Determine S modulo 9901 (the rest of the division of S by 9901) ...
分类:
其他好文 时间:
2018-09-24 00:40:47
阅读次数:
171
overview of most of the available .rdp file settings ...
分类:
其他好文 时间:
2018-09-14 19:51:32
阅读次数:
206
题目: Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. 给定一个只包含字符'(',')','{','}','[ ...
分类:
其他好文 时间:
2018-09-09 15:15:15
阅读次数:
161
题目: Given a linked list, determine if it has a cycle in it. 给定一个链表,确定它是否有一个循环。 Follow up:Can you solve it without using extra space? 你能不用额外的空间解决它吗? 解答 ...
分类:
其他好文 时间:
2018-09-08 13:07:35
阅读次数:
153
题目: Given two strings s and t, determine if they are isomorphic. 给定两个字符串s和t,确定它们是否是同构的。 Two strings are isomorphic if the characters in s can be repla ...
分类:
其他好文 时间:
2018-09-08 11:42:27
阅读次数:
158
Description Given a list of phone numbers, determine if it is consistent in the sense that no number is the prefix of another. Let's say the phone cat ...
分类:
其他好文 时间:
2018-09-06 14:43:01
阅读次数:
206
// null is returned if none of the components in this application has the focus Component compFocusOwner = KeyboardFocusManager.getCurrentKeyboardFocu... ...
题目链接: "HDU 1501" Description Given three strings, you are to determine whether the third string can be formed by combining the characters in the first ...
分类:
其他好文 时间:
2018-09-05 21:57:56
阅读次数:
196
Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. An input string is valid if: No ...
分类:
其他好文 时间:
2018-08-25 11:42:25
阅读次数:
145