摘要: 原题链接在这里:https://leetcode.com/problems/circular-array-loop/ 题目: You are given a circular array nums of positive and negative integers. If a number k at 阅读全文
posted @ 2019-08-28 11:44 Dylan_Java_NYC 阅读(402) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/boats-to-save-people/ 题目: The i-th person has weight people[i], and each boat can carry a maximum weight of limi 阅读全文
posted @ 2019-08-28 00:40 Dylan_Java_NYC 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/candy-crush/ 题目: This question is about implementing a basic elimination algorithm for Candy Crush. Given a 2D i 阅读全文
posted @ 2019-08-28 00:20 Dylan_Java_NYC 阅读(391) 评论(0) 推荐(0) 编辑