上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 79 下一页
摘要: 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 阅读(97) 评论(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 阅读(103) 评论(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) 编辑
摘要: package LeetCode_234 /** * 234. Palindrome Linked List * https://leetcode.com/problems/palindrome-linked-list/ * * Given a singly linked list, determi 阅读全文
posted @ 2020-11-16 11:24 johnny_zhao 阅读(58) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1342 /** * 1342. Number of Steps to Reduce a Number to Zero * https://leetcode.com/problems/number-of-steps-to-reduce-a-number-to-zer 阅读全文
posted @ 2020-11-16 00:14 johnny_zhao 阅读(101) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1658 /** * 1658. Minimum Operations to Reduce X to Zero * https://leetcode.com/problems/minimum-operations-to-reduce-x-to-zero/ * You 阅读全文
posted @ 2020-11-15 19:25 johnny_zhao 阅读(177) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 79 下一页