上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 79 下一页
摘要: package LeetCode_1162 import java.util.* /** * 1162. As Far from Land as Possible * https://leetcode.com/problems/as-far-from-land-as-possible/ * Give 阅读全文
posted @ 2020-11-27 21:52 johnny_zhao 阅读(141) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_476 /** * 476. Number Complement * https://leetcode.com/problems/number-complement/description/ * Given a positive integer num, outpu 阅读全文
posted @ 2020-11-27 00:15 johnny_zhao 阅读(53) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_735 import java.util.* /** * 735. Asteroid Collision * https://leetcode.com/problems/asteroid-collision/ * We are given an array aste 阅读全文
posted @ 2020-11-26 18:38 johnny_zhao 阅读(99) 评论(0) 推荐(0) 编辑
摘要: /** * This problem was asked by Google. Given a set of closed intervals, find the smallest set of numbers that covers all the intervals. If there are 阅读全文
posted @ 2020-11-25 10:45 johnny_zhao 阅读(65) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1663 /** * 1663. Smallest String With A Given Numeric Value * https://leetcode.com/problems/smallest-string-with-a-given-numeric-valu 阅读全文
posted @ 2020-11-24 13:33 johnny_zhao 阅读(63) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1662 /** * 1662. Check If Two String Arrays are Equivalent * https://leetcode.com/problems/check-if-two-string-arrays-are-equivalent/ 阅读全文
posted @ 2020-11-22 23:41 johnny_zhao 阅读(86) 评论(0) 推荐(0) 编辑
摘要: ... 阅读全文
posted @ 2020-11-21 23:31 johnny_zhao 阅读(68) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_733 import java.util.* /** * 733. Flood Fill * https://leetcode.com/problems/flood-fill/ * An image is represented by a 2-D array of 阅读全文
posted @ 2020-11-20 22:22 johnny_zhao 阅读(111) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_703 import java.util.* /** * 703. Kth Largest Element in a Stream * https://leetcode.com/problems/kth-largest-element-in-a-stream/ * 阅读全文
posted @ 2020-11-20 21:28 johnny_zhao 阅读(75) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_508 /** * 508. Most Frequent Subtree Sum https://leetcode.com/problems/most-frequent-subtree-sum/ * Given the root of a tree, you are 阅读全文
posted @ 2020-11-20 20:44 johnny_zhao 阅读(75) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 79 下一页