Codility in Java
emer_chen
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
codility Frog-River-One
A small frog wants to get to the other side of a river. The frog is currently located at position 0, and wants to get to position X. Leaves fall from a tree onto the surface of the river. You are g原创 2014-10-29 15:14:14 · 439 阅读 · 0 评论 -
permcheck
class Solution { public int solution(int[] A) { // write your code in Java SE 8 int size= A.length; Boolean[] have = new Boolean[size]; for(int i=0;i原创 2014-10-30 10:19:28 · 327 阅读 · 0 评论
分享