摘要: 题目链接:https://leetcode-cn.com/problems/gas-station/ 题目描述: 题解: 1.如果gas的总和小于cost总和,一定不能跑一整圈。 2.每个加油站剩余量rest[i] = gas[i] - cost[i] 3.i从0开始累加rest[i],和记为cur 阅读全文
posted @ 2021-06-14 11:07 张宵 阅读(31) 评论(0) 推荐(0) 编辑