摘要: package LeetCode_839 import java.util.* import kotlin.collections.HashSet /** * 839. Similar String Groups * https://leetcode.com/problems/similar-str 阅读全文
posted @ 2021-01-14 23:33 johnny_zhao 阅读(84) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_443 /** * 443. String Compression * https://leetcode.com/problems/string-compression/ * Given an array of characters chars, compress 阅读全文
posted @ 2021-01-14 20:40 johnny_zhao 阅读(75) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_439 import java.util.* /** * 439. Ternary Expression Parser * (Prime) * Given a string representing arbitrarily nested ternary expres 阅读全文
posted @ 2021-01-14 15:50 johnny_zhao 阅读(80) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_775 /** * 775. Global and Local Inversions * https://leetcode.com/problems/global-and-local-inversions/ * We have some permutation A 阅读全文
posted @ 2021-01-14 11:17 johnny_zhao 阅读(97) 评论(0) 推荐(0) 编辑