摘要:
原题链接在这里: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 阅读全文
摘要:
原题链接在这里: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 阅读全文
摘要:
原题链接在这里: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 阅读全文
摘要:
原题链接在这里:https://leetcode.com/problems/longest-continuous-subarray-with-absolute-diff-less-than-or-equal-to-limit/ 题目: Given an array of integers nums 阅读全文