摘要: http://codingbat.com/prob/p100369 阅读全文
posted @ 2017-02-14 22:45 友哥 阅读(204) 评论(0) 推荐(0)
摘要: http://codingbat.com/prob/p185204 阅读全文
posted @ 2017-02-14 19:34 友哥 阅读(338) 评论(0) 推荐(0)
摘要: http://codingbat.com/prob/p169605 阅读全文
posted @ 2017-02-14 19:11 友哥 阅读(251) 评论(0) 推荐(0)
摘要: http://codingbat.com/prob/p199368 public boolean groupSum6(int start, int[] nums, int target) { if( start >= nums.length){ return target==0; } if(nums 阅读全文
posted @ 2017-02-14 18:50 友哥 阅读(225) 评论(0) 推荐(0)
摘要: 自带测试 http://codingbat.com/prob/p145416 阅读全文
posted @ 2017-02-14 18:34 友哥 阅读(598) 评论(0) 推荐(0)