摘要: 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) 编辑
摘要: package LeetCode_701 /** * 701. Insert into a Binary Search Tree * https://leetcode.com/problems/insert-into-a-binary-search-tree/ * You are given the 阅读全文
posted @ 2020-11-20 18:14 johnny_zhao 阅读(79) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_694 import java.util.* import kotlin.collections.HashSet /** * 694. Number of Distinct Islands * (Prime) * Given a non-empty 2D array 阅读全文
posted @ 2020-11-20 17:14 johnny_zhao 阅读(72) 评论(0) 推荐(0) 编辑