上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 79 下一页
摘要: package LeetCode_273 /** * 273. Integer to English Words * https://leetcode.com/problems/integer-to-english-words/ * Convert a non-negative integer nu 阅读全文
posted @ 2021-01-20 17:51 johnny_zhao 阅读(79) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_697 /** * 697. Degree of an Array * https://leetcode.com/problems/degree-of-an-array/description/ * Given a non-empty array of non-ne 阅读全文
posted @ 2021-01-19 22:21 johnny_zhao 阅读(66) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_85 /** * 85. Maximal Rectangle * https://leetcode.com/problems/maximal-rectangle/ * Given a rows x cols binary matrix filled with 0's 阅读全文
posted @ 2021-01-19 11:53 johnny_zhao 阅读(78) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1726 /** * 1726. Tuple with Same Product * https://leetcode.com/problems/tuple-with-same-product/ * Given an array nums of distinct p 阅读全文
posted @ 2021-01-18 12:25 johnny_zhao 阅读(86) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1725 /** * 1725. Number Of Rectangles That Can Form The Largest Square * https://leetcode.com/problems/number-of-rectangles-that-can- 阅读全文
posted @ 2021-01-18 11:28 johnny_zhao 阅读(79) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1031 /** * 1031. Maximum Sum of Two Non-Overlapping Subarrays * https://leetcode.com/problems/maximum-sum-of-two-non-overlapping-suba 阅读全文
posted @ 2021-01-15 22:34 johnny_zhao 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 79 下一页