摘要: 原题链接在这里:https://leetcode.com/problems/reaching-points/ 题目: A move consists of taking a point (x, y) and transforming it to either (x, x+y) or (x+y, y) 阅读全文
posted @ 2020-01-17 11:56 Dylan_Java_NYC 阅读(234) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/asteroid-collision/ 题目: We are given an array asteroids of integers representing asteroids in a row. For each as 阅读全文
posted @ 2020-01-17 11:34 Dylan_Java_NYC 阅读(319) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/shortest-way-to-form-string/ 题目: From any string, we can form a subsequence of that string by deleting some numb 阅读全文
posted @ 2020-01-17 08:52 Dylan_Java_NYC 阅读(1665) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/campus-bikes-ii/ 题目: On a campus represented as a 2D grid, there are N workers and M bikes, with N <= M. Each wo 阅读全文
posted @ 2020-01-17 08:09 Dylan_Java_NYC 阅读(1184) 评论(0) 推荐(0)