摘要: 原题链接在这里:https://leetcode.com/problems/construct-k-palindrome-strings/ 题目: Given a string s and an integer k, return true if you can use all the charac 阅读全文
posted @ 2022-08-04 14:39 Dylan_Java_NYC 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/maximum-of-minimum-values-in-all-subarrays/ 题目: You are given an integer array nums of size n. You are asked to 阅读全文
posted @ 2022-08-04 14:34 Dylan_Java_NYC 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/minimum-time-to-complete-trips/ 题目: You are given an array time where time[i] denotes the time taken by the ith  阅读全文
posted @ 2022-08-04 09:50 Dylan_Java_NYC 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/longest-continuous-subarray-with-absolute-diff-less-than-or-equal-to-limit/ 题目: Given an array of integers nums  阅读全文
posted @ 2022-08-04 09:12 Dylan_Java_NYC 阅读(41) 评论(0) 推荐(0) 编辑