码迷,mamicode.com
首页 >  
搜索关键字:determine    ( 2744个结果
LeetCode403. Frog Jump
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
POJ - 1845 G - Sumdiv (唯一分解定理)
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 .rdp file settings
overview of most of the available .rdp file settings ...
分类:其他好文   时间:2018-09-14 19:51:32    阅读次数:206
149.Valid Parentheses(有效的括号)
题目: Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. 给定一个只包含字符'(',')','{','}','[ ...
分类:其他好文   时间:2018-09-09 15:15:15    阅读次数:161
147.Linked List Cycle
题目: 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
145.Isomorphic Strings(同构串)
题目: 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
poj 3630 Phone List
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
e606. Determining Which Component or Window Has the Focus
// null is returned if none of the components in this application has the focus Component compFocusOwner = KeyboardFocusManager.getCurrentKeyboardFocu... ...
分类:Windows程序   时间:2018-09-06 11:01:00    阅读次数:188
HDU 1501 Zipper
题目链接: "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
[LeetCode] 20. Valid Parentheses_Easy tag: Stack
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
2744条   上一页 1 ... 32 33 34 35 36 ... 275 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!