http://www.51nod.com/onlineJudge/questionCode.html#!problemId=1243 1243 排船的问题 题目来源: Codility 基准时间限制:1 秒 空间限制:131072 KB 分值: 40 难度:4级算法题 收藏 关注 收藏 关注 一个码 ...
分类:
其他好文 时间:
2017-09-02 22:32:47
阅读次数:
203
http://www.51nod.com/onlineJudge/questionCode.html#!problemId=1272 1272 最大距离 题目来源: Codility 基准时间限制:1 秒 空间限制:131072 KB 分值: 20 难度:3级算法题 收藏 关注 收藏 关注 给出一个 ...
分类:
其他好文 时间:
2017-08-21 22:18:37
阅读次数:
330
http://www.51nod.com/onlineJudge/questionCode.html#!problemId=1279 1279 扔盘子 题目来源: Codility 基准时间限制:1 秒 空间限制:131072 KB 分值: 10 难度:2级算法题 收藏 关注 收藏 关注 有一口井, ...
分类:
其他好文 时间:
2017-08-21 21:31:35
阅读次数:
258
好久没写codility的题了。一来没时间,二来有的题目不太好分析。这个题比較有意思,我还没有给出很严格的证明。给定一棵树(无向无环图)。从一个节点出发,每次选择一个节点,从起点到目的节点的路径上没经过的节点尽可能多,直到遍历全然部的节点。假设起点到两个目的节点的路径中没经过的节点相同多,则选择标号 ...
分类:
其他好文 时间:
2017-08-04 10:03:18
阅读次数:
165
1289 大鱼吃小鱼 题目来源: Codility 基准时间限制:1 秒 空间限制:131072 KB 分值: 5 难度:1级算法题 收藏 关注 取消关注 1289 大鱼吃小鱼 题目来源: Codility 基准时间限制:1 秒 空间限制:131072 KB 分值: 5 难度:1级算法题 1289 ...
分类:
其他好文 时间:
2017-07-30 10:12:45
阅读次数:
169
1283 最小周长 题目来源: Codility 基准时间限制:1 秒 空间限制:131072 KB 分值: 5 难度:1级算法题 收藏 关注 取消关注 收藏 关注 取消关注 一个矩形的面积为S,已知该矩形的边长都是整数,求所有满足条件的矩形中,周长的最小值。例如:S = 24,那么有{1 24} ...
分类:
其他好文 时间:
2017-07-29 12:44:54
阅读次数:
170
question:https://codility.com/programmers/lessons/9 To solve this question , I get each element's divsors which appearing in input Array A using Sieve ...
分类:
其他好文 时间:
2017-07-04 13:27:56
阅读次数:
195
question:https://codility.com/programmers/lessons/4 this question is seem like line intersections question. we can use similar method to solve this qu ...
分类:
其他好文 时间:
2017-07-02 16:18:26
阅读次数:
210
1277 字符串中的最大值 题目来源: Codility 基准时间限制:1 秒 空间限制:131072 KB 分值: 80 难度:5级算法题 一个字符串的前缀是指包含该字符第一个字母的连续子串,例如:abcd的所有前缀为a, ab, abc, abcd。 给出一个字符串S,求其所有前缀中,字符长度与 ...
分类:
其他好文 时间:
2017-07-01 18:18:42
阅读次数:
340
Task description A positive integer D is a factor of a positive integer N if there exists an integer M such that N = D * M. For example, 6 is a factor ...
分类:
其他好文 时间:
2017-06-13 23:49:24
阅读次数:
342