上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 79 下一页
摘要: package LeetCode_1539 /** * 1539. Kth Missing Positive Number * https://leetcode.com/problems/kth-missing-positive-number/ * Given an array arr of pos 阅读全文
posted @ 2021-01-21 23:44 johnny_zhao 阅读(72) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_832 /** * 832. Flipping an Image * https://leetcode.com/problems/flipping-an-image/ * Given a binary matrix A, we want to flip the im 阅读全文
posted @ 2021-01-20 22:26 johnny_zhao 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(79) 评论(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 阅读(88) 评论(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 阅读(82) 评论(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 阅读(114) 评论(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 阅读(77) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 79 下一页