码迷,mamicode.com
首页 >  
搜索关键字:whether    ( 1481个结果
leetcode-747-Largest Number At Least Twice of Others(求vector的最大值和次大值)
题目描述: In a given integer array nums, there is always exactly one largest element. Find whether the largest element in the array is at least twice as m ...
分类:其他好文   时间:2018-05-15 01:45:02    阅读次数:135
【TOJ 3005】Triangle(判断点是否在三角形内)
描述 Given the coordinates of the vertices of a triangle,And a point. You just need to judge whether the point is in the Triangle. Given the coordinates ...
分类:其他好文   时间:2018-05-14 23:06:36    阅读次数:284
leetcode-680-Valid Palindrome II
题目描述: Given a non-empty string s, you may delete at most one character. Judge whether you can make it a palindrome. Example 1: Example 2: Note: 要完成的函数 ...
分类:其他好文   时间:2018-05-12 02:42:33    阅读次数:169
Period
描述 For each prefix of a given string S with N characters (each character has an ASCII code between 97 and 126, inclusive), we want to know whether the ...
分类:其他好文   时间:2018-05-02 20:56:41    阅读次数:175
9. Palindrome Number 回文数的判断
[抄题]: Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward. Example 1: Example 2: Examp ...
分类:其他好文   时间:2018-05-01 12:34:12    阅读次数:118
leetcode-520-Detect Capital
题目描述: 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 when ...
分类:Windows程序   时间:2018-04-30 13:36:17    阅读次数:214
HDU-2825-AC自动机+DP
Wireless Password Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 7855 Accepted Submission(s): 25 ...
分类:其他好文   时间:2018-04-27 15:48:55    阅读次数:197
747. Largest Number At Least Twice of Others比所有数字都大两倍的最大数
[抄题]: In a given integer array nums, there is always exactly one largest element. Find whether the largest element in the array is at least twice as m ...
分类:其他好文   时间:2018-04-22 10:48:54    阅读次数:188
How do you stop Ansible from creating .retry files in the home directory?
There are two options that you can add to the [defaults] section of the ansible.cfg file that will control whether or not .retry files are created and ...
分类:其他好文   时间:2018-04-13 19:04:02    阅读次数:135
JS判断当前DOM树是否加载完毕
/** * @function Monitor whether the document tree is loaded. * @param fn */function domReady(fn) { if (document.addEventListener) { // 标准浏览器 document. ...
分类:Web程序   时间:2018-04-10 17:43:04    阅读次数:222
1481条   上一页 1 ... 28 29 30 31 32 ... 149 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!