摘要: 链接:LeetCode [Leetcode]2287. 重排字符形成目标字符串 给你两个下标从 0 开始的字符串 s 和 target 。你可以从 s 取出一些字符并将其重排,得到若干新的字符串。 从 s 中取出字符并重新排列,返回可以形成 target 的 最大 副本数。 遍历即可。 class 阅读全文
posted @ 2022-07-04 20:52 Jamest 阅读(27) 评论(0) 推荐(0) 编辑