摘要: 原题链接在这里:https://leetcode.com/problems/campus-bikes/ 题目: On a campus represented as a 2D grid, there are N workers and M bikes, with N <= M. Each worke 阅读全文
posted @ 2020-01-16 13:20 Dylan_Java_NYC 阅读(1279) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/24-game/ 题目: You have 4 cards each containing a number from 1 to 9. You need to judge whether they could operate 阅读全文
posted @ 2020-01-16 12:48 Dylan_Java_NYC 阅读(309) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/split-array-largest-sum/ 题目: Given an array which consists of non-negative integers and an integer m, you can sp 阅读全文
posted @ 2020-01-16 12:06 Dylan_Java_NYC 阅读(293) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/minimum-domino-rotations-for-equal-row/ 题目: In a row of dominoes, A[i] and B[i] represent the top and bottom hal 阅读全文
posted @ 2020-01-16 02:22 Dylan_Java_NYC 阅读(345) 评论(0) 推荐(0)