Task description A DNA sequence can be represented as a string consisting of the letters A, C, G and T, which correspond to the types of successive nu ...
分类:
其他好文 时间:
2017-04-28 13:57:44
阅读次数:
339
Task description A non-empty zero-indexed array A consisting of N integers is given. A pair of integers (P, Q), such that 0 ≤ P < Q < N, is called a s ...
分类:
其他好文 时间:
2017-04-28 13:34:08
阅读次数:
251
Task description Write a function: class Solution { public int solution(int A, int B, int K); } that, given three integers A, B and K, returns the num ...
分类:
其他好文 时间:
2017-04-28 10:25:19
阅读次数:
236
Task description Write a function: class Solution { public int solution(int[] A); } that, given a non-empty zero-indexed array A of N integers, return ...
分类:
其他好文 时间:
2017-04-27 21:07:35
阅读次数:
284
Task description A non-empty zero-indexed array A consisting of N integers is given. The array contains an odd number of elements, and each element of ...
分类:
其他好文 时间:
2017-04-27 19:24:08
阅读次数:
188
题目来源: Codility 基准时间限制:1 秒 空间限制:131072 KB 分值: 20 难度:3级算法题 收藏 关注 题目来源: Codility 基准时间限制:1 秒 空间限制:131072 KB 分值: 20 难度:3级算法题 题目来源: Codility 基准时间限制:1 秒 空间限制 ...
分类:
其他好文 时间:
2017-04-25 23:28:28
阅读次数:
236
Task description A non-empty zero-indexed array A consisting of N integers is given. The consecutive elements of array A represent consecutive cars on ...
分类:
其他好文 时间:
2017-04-15 14:02:54
阅读次数:
184
Task1: My Solution in PHP: Lession1: https://codility.com/programmers/lessons/1-iterations/ Results: https://codility.com/demo/results/trainingU2ACFM- ...
分类:
其他好文 时间:
2017-04-04 01:02:35
阅读次数:
209
51Nod--1285-山峰和分段 1285 山峰和分段 题目来源: Codility 基准时间限制:1 秒 空间限制:131072 KB 分值: 20 难度:3级算法题 收藏 关注 51Nod--1285-山峰和分段 1285 山峰和分段 题目来源: Codility 基准时间限制:1 秒 空间限 ...
分类:
其他好文 时间:
2017-03-11 23:40:05
阅读次数:
181
1283 最小周长 题目来源: Codility 基准时间限制:1 秒 空间限制:131072 KB 分值: 5 难度:1级算法题 收藏 关注 1283 最小周长 题目来源: Codility 基准时间限制:1 秒 空间限制:131072 KB 分值: 5 难度:1级算法题 1283 最小周长 题目 ...
分类:
其他好文 时间:
2017-01-07 12:10:23
阅读次数:
163