java
LEETCODE 1240. Tiling a Rectangle with the Fewest Squares 解题思路分析
题目大意: 铺瓷砖 你是一位施工队的工长…
LEETCODE 1247. Minimum Swaps to Make Strings Equal 解题思路分析
题目大意: 交换字符使得字符串相同 有两…
LEETCODE 1248. Count Number of Nice Subarrays解题思路分析
题目大意: 统计「优美子数组」 给你一个…
LEETCODE 1239. Maximum Length of a Concatenated String with Unique Characters解题思路分析
题目大意: 串联字符串的最大长度 给定一…
LEETCODE 1238. Circular Permutation in Binary Representation解题思路分析
题目大意: 循环码排列 给你两个整数&n…
LEETCODE 1235. Maximum Profit in Job Scheduling 解题思路分析
题目大意: 规划兼职工作 你打算利用空闲…
LEETCODE 1237. Find Positive Integer Solution for a Given Equation解题思路分析
题目大意: 找出给定方程的正整数解 给出…
LEETCODE 1234. Replace the Substring for Balanced String 解题思路分析
题目大意: 替换子串得到平衡字符串 有一…
LEETCODE 1249. Minimum Remove to Make Valid Parentheses 解题思路分析
题目大意: 移除无效的括号 给你一个由&…
LEETCODE 1233. Remove Sub-Folders from the Filesystem解题思路分析
题目大意: 删除子文件夹 你是一位系统管…