上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 25 下一页
摘要: ``` import java.util.Arrays; / Source : https://oj.leetcode.com/problems/rotate image/ Created by lverpeng on 2017/7/18. You are given an n x n 2D mat 阅读全文
posted @ 2017-09-11 08:08 lacker 阅读(179) 评论(0) 推荐(0) 编辑
摘要: ``` import java.util.ArrayList; import java.util.Arrays; import java.util.List; /** * Source : https://oj.leetcode.com/problems/permutations-ii/ * * Created by lverpeng on 2017/7/17. * * Given a... 阅读全文
posted @ 2017-09-08 08:31 lacker 阅读(126) 评论(0) 推荐(0) 编辑
摘要: ``` /** * // Source : https://oj.leetcode.com/problems/jump-game-ii/ * * Created by lverpeng on 2017/7/17. * * Given an array of non-negative integers, you are initially positioned at the first i... 阅读全文
posted @ 2017-09-06 08:06 lacker 阅读(150) 评论(0) 推荐(0) 编辑
摘要: ``` /** * Source : https://oj.leetcode.com/problems/jump-game/ * * Created by lverpeng on 2017/7/17. * * Given an array of non-negative integers, you are initially positioned at the first index o... 阅读全文
posted @ 2017-09-05 08:01 lacker 阅读(114) 评论(0) 推荐(0) 编辑
摘要: ``` / Source : https://oj.leetcode.com/problems/trapping rain water/ Created by lverpeng on 2017/7/15. Given n non negative integers representing an e 阅读全文
posted @ 2017-09-04 07:58 lacker 阅读(205) 评论(0) 推荐(0) 编辑
摘要: ``` / Source : https://oj.leetcode.com/problems/first missing positive/ Created by lverpeng on 2017/7/15. Given an unsorted integer array, find the fi 阅读全文
posted @ 2017-09-02 11:43 lacker 阅读(128) 评论(0) 推荐(0) 编辑
摘要: ``` import java.util.ArrayList; import java.util.Arrays; import java.util.List; /** *Source : https://oj.leetcode.com/problems/combination-sum-ii/ * * Created by lverpeng on 2017/7/14. * * Given... 阅读全文
posted @ 2017-09-01 07:49 lacker 阅读(130) 评论(0) 推荐(0) 编辑
摘要: ``` import java.util.ArrayList; import java.util.Arrays; import java.util.List; /** * Source : https://oj.leetcode.com/problems/combination-sum/ * * Created by lverpeng on 2017/7/14. * * Given a... 阅读全文
posted @ 2017-09-01 00:26 lacker 阅读(129) 评论(0) 推荐(0) 编辑
摘要: ``` import java.util.ArrayList; import java.util.Arrays; import java.util.List; / Source : https://oj.leetcode.com/problems/count and say/ Created by 阅读全文
posted @ 2017-08-31 08:10 lacker 阅读(193) 评论(0) 推荐(0) 编辑
摘要: ``` /** * Source : https://oj.leetcode.com/problems/search-insert-position/ * * Created by lverpeng on 2017/7/14. * * Given a sorted array and a target value, return the index if the target is fo... 阅读全文
posted @ 2017-08-30 22:49 lacker 阅读(149) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 25 下一页