上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 79 下一页
摘要: 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 阅读(77) 评论(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) 编辑
摘要: package LeetCode_1289 /** * 1289. Minimum Falling Path Sum II * https://leetcode.com/problems/minimum-falling-path-sum-ii/ * Given a square grid of in 阅读全文
posted @ 2020-11-19 22:21 johnny_zhao 阅读(70) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_931 /** * 931. Minimum Falling Path Sum * https://leetcode.com/problems/minimum-falling-path-sum/ * * Given a square array of integer 阅读全文
posted @ 2020-11-19 16:39 johnny_zhao 阅读(98) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_688 /** * 688. Knight Probability in Chessboard * https://leetcode.com/problems/knight-probability-in-chessboard/ * * On an NxN chess 阅读全文
posted @ 2020-11-18 23:44 johnny_zhao 阅读(104) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_827 import java.util.* import kotlin.collections.HashMap /** * 827. Making A Large Island * https://leetcode.com/problems/making-a-la 阅读全文
posted @ 2020-11-18 15:06 johnny_zhao 阅读(157) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_283 /** * 283. Move Zeroes * https://leetcode.com/problems/move-zeroes/description/ * * Given an array nums, * write a function to mo 阅读全文
posted @ 2020-11-17 11:55 johnny_zhao 阅读(73) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 79 下一页