摘要:
package LeetCode_839 import java.util.* import kotlin.collections.HashSet /** * 839. Similar String Groups * https://leetcode.com/problems/similar-str 阅读全文
摘要:
package LeetCode_443 /** * 443. String Compression * https://leetcode.com/problems/string-compression/ * Given an array of characters chars, compress 阅读全文
摘要:
package LeetCode_439 import java.util.* /** * 439. Ternary Expression Parser * (Prime) * Given a string representing arbitrarily nested ternary expres 阅读全文
摘要:
package LeetCode_775 /** * 775. Global and Local Inversions * https://leetcode.com/problems/global-and-local-inversions/ * We have some permutation A 阅读全文