摘要: 原题链接在这里:https://leetcode.com/problems/move-zeroes/ 题目: Given an array nums, write a function to move all 0's to the end of it while maintaining the re 阅读全文
posted @ 2015-09-24 10:52 Dylan_Java_NYC 阅读(274) 评论(0) 推荐(0)
摘要: 原题链接在这里: https://leetcode.com/problems/jump-game-ii/ 题目: Given an array of non-negative integers, you are initially positioned at the first index of t 阅读全文
posted @ 2015-09-24 03:52 Dylan_Java_NYC 阅读(576) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/jump-game/ 题目: Given an array of non-negative integers, you are initially positioned at the first index of the a 阅读全文
posted @ 2015-09-24 02:52 Dylan_Java_NYC 阅读(276) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/gas-station/ 题目: There are N gas stations along a circular route, where the amount of gas at station i is gas[i] 阅读全文
posted @ 2015-09-24 02:33 Dylan_Java_NYC 阅读(273) 评论(0) 推荐(0)