摘要: 方法一 方法二 阅读全文
posted @ 2019-01-26 19:16 INnoVation-V2 阅读(104) 评论(0) 推荐(0)
摘要: 方法一、递归 方法二 阅读全文
posted @ 2019-01-26 18:45 INnoVation-V2 阅读(190) 评论(0) 推荐(0)
摘要: ``` class Solution { public: //startFuel的含义是我们的车能开的距离,如果startFuel target,那么一次加油也不需要直接开到重点 int minRefuelStops(int target, int startFuel, vector &statio 阅读全文
posted @ 2019-01-26 00:10 INnoVation-V2 阅读(272) 评论(0) 推荐(0)