摘要: 原题链接在这里:https://leetcode.com/problems/rotating-the-box/ 题目: You are given an m x n matrix of characters box representing a side-view of a box. Each ce 阅读全文
posted @ 2022-07-19 12:47 Dylan_Java_NYC 阅读(90) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/restore-the-array-from-adjacent-pairs/ 题目: There is an integer array nums that consists of n unique elements, bu 阅读全文
posted @ 2022-07-19 12:21 Dylan_Java_NYC 阅读(72) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/minimum-increment-to-make-array-unique/ 题目: You are given an integer array nums. In one move, you can pick an in 阅读全文
posted @ 2022-07-19 07:59 Dylan_Java_NYC 阅读(97) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/web-crawler-multithreaded/ 题目: Given a URL startUrl and an interface HtmlParser, implement a Multi-threaded web 阅读全文
posted @ 2022-07-19 07:23 Dylan_Java_NYC 阅读(758) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/maximum-profit-in-job-scheduling/ 题目: We have n jobs, where every job is scheduled to be done from startTime[i]  阅读全文
posted @ 2022-07-19 02:24 Dylan_Java_NYC 阅读(106) 评论(0) 推荐(0)