码迷,mamicode.com
首页 >  
搜索关键字:find    ( 24186个结果
LeetCode 3:LongestSubString
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:其他好文   时间:2015-06-06 10:25:13    阅读次数:115
[?]Find Peak Element
题目:Given an array of integers. Find a peak element in it. An array element is peak if it is NOT smaller than its neighbors. For corner elements, we ne...
分类:其他好文   时间:2015-06-06 07:59:34    阅读次数:110
jQuery中的end()方法
定义和用法end() 方法结束当前链条中的最近的筛选操作,并将匹配元素集还原为之前的状态。以上是官方说法,比较难理解。还是用一个例子来说明 Hello, how are you? $("p").find("span")表示查找P元素下的SPAN元素但是我想更改P的边框,这时我就要返回到P...
分类:Web程序   时间:2015-06-06 01:38:05    阅读次数:102
Java for LeetCode 169 Majority Element
Given an array of size n, find the majority element. The majority element is the element that appears more than ? n/2 ? times.You may assume that the ...
分类:编程语言   时间:2015-06-06 01:35:36    阅读次数:124
7>>monitor-disk
#!/bin/bash##top 10#Big_USERS - find big disk space users in various directories###############################################################Paramet...
分类:其他好文   时间:2015-06-06 00:27:19    阅读次数:88
Contains Duplicate II
https://leetcode.com/problems/contains-duplicate-ii/Given an array of integers and an integerk, find out whether there there are two distinct indicesi...
分类:其他好文   时间:2015-06-06 00:17:46    阅读次数:165
[LeetCode-JAVA] 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 substring(s) insthat is a concat...
分类:编程语言   时间:2015-06-05 21:07:47    阅读次数:136
Java for LeetCode 163 Maximum Gap
Given an unsorted array, find the maximum difference between the successive elements in its sorted form.Try to solve it in linear time/space.Return 0 ...
分类:编程语言   时间:2015-06-05 21:00:00    阅读次数:128
剪切板
$("#jump_find?h2")[0].innerHTML=?$("#jump_find?h2")[0].innerHTML?+?‘<span?style="width:?50px;display:?inline-block;"></span><button?class="btn?btn-primary">查找资产信息</button>‘...
分类:其他好文   时间:2015-06-05 19:53:15    阅读次数:117
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!