码迷,mamicode.com
首页 >  
搜索关键字:find    ( 24186个结果
HDU 2141 Can you find it? 二分查找
Can you find it? Time Limit: 10000/3000 MS (Java/Others) Memory Limit: 32768/10000 K (Java/Others)Total Submission(s): 21485 Accepted Submission(s): 5 ...
分类:其他好文   时间:2016-03-27 23:57:57    阅读次数:436
[LeetCode][JavaScript]Maximum Subarray
Maximum Subarray Maximum Subarray Find the contiguous subarray within an array (containing at least one number) which has the largest sum. For example ...
分类:编程语言   时间:2016-03-27 23:55:18    阅读次数:252
leetcode_最长公共前缀
题目:Write a function to find the longest common prefix string amongst an array of strings. 题解:给出的函数为:char* longestCommonPrefix(char** strs, int strsSiz ...
分类:其他好文   时间:2016-03-27 18:00:29    阅读次数:256
poj2549--Sumsets (sum)
Sumsets Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 9983 Accepted: 2731 Description Given S, a set of integers, find the largest d such ...
分类:其他好文   时间:2016-03-27 17:47:33    阅读次数:183
Gym 100917F Find the Length
题目链接:http://codeforces.com/gym/100917/problem/F 给出一个无向正权无自环图 要求对于每个点 经过它的最短"简单环"的长度 其中简单环的定义是 环上每条无向边都经过且仅经过一次 显然这个环至少经过三条边 三个点 我们或许会产生这样一种思路 对于每次询问 我 ...
分类:其他好文   时间:2016-03-27 10:56:47    阅读次数:204
LeetCode Two Sum II - Input array is sorted
原题链接在这里:https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/ 题目: Given an array of integers that is already sorted in ascending order, find ...
分类:其他好文   时间:2016-03-27 07:15:35    阅读次数:186
算法_Longest Palindromic Substring(寻找最长回文字串)
题目:Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique lon ...
分类:编程语言   时间:2016-03-27 01:15:39    阅读次数:253
Linux的文件找工具find的小秘密
文件查找工具: 文件:根据文件的种属性去找到相应文件find命令:通过遍历指定的目标目录,实时查找符合指定属性的文件; 精确匹配;速度略慢; find[OPTIONS][查找路径][查找条件][处理动作] 查找路径:默认为当前路径; 查找条件:默认为指定路径下的所有文件; 处理动作:默..
分类:系统相关   时间:2016-03-27 00:02:49    阅读次数:283
Linux 命令----find
find 命令 常用场景:1. 当前目录下有多个目录时,想一次查看到所有目录下的文件2. 只显示当前目录下的所有文件3. 只显示当前目录下的所有目录及其子目录4. 对查找的文件做附加操作。5. 只显示当前层级下相关目录和文件。6. 显示当前目录下的软连接文件 Answer:1. >find . // ...
分类:系统相关   时间:2016-03-26 23:52:33    阅读次数:212
Linux Shell 文本处理工具集锦
本文将介绍Linux下使用Shell处理文本时最常用的工具: find、grep、xargs、sort、uniq、tr、cut、paste、wc、sed、awk; 提供的例子和参数都是最常用和最为实用的; 我对shell脚本使用的原则是命令单行书写,尽量不要超过2行; 如果有更为复杂的任务需求,还是 ...
分类:系统相关   时间:2016-03-26 23:51:15    阅读次数:318
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!