上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 79 下一页
摘要: package LeetCode_953 /** * 953. Verifying an Alien Dictionary * https://leetcode.com/problems/verifying-an-alien-dictionary/description/ * * In an ali 阅读全文
posted @ 2020-05-18 11:18 johnny_zhao 阅读(125) 评论(0) 推荐(0) 编辑
摘要: /** * Good morning! Here's your coding interview problem for today. This problem was asked by Amazon. Run-length encoding is a fast and simple method 阅读全文
posted @ 2020-05-16 11:57 johnny_zhao 阅读(114) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_396 /** * 396. Rotate Function * https://leetcode.com/problems/rotate-function/description/ * * Given an array of integers A and let 阅读全文
posted @ 2020-05-15 15:34 johnny_zhao 阅读(100) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1232 /** * 1232. Check If It Is a Straight Line * https://leetcode.com/problems/check-if-it-is-a-straight-line/description/ * * You a 阅读全文
posted @ 2020-05-15 13:04 johnny_zhao 阅读(125) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_81 /** * 81. Search in Rotated Sorted Array II * https://leetcode.com/problems/search-in-rotated-sorted-array-ii/description/ * * Sup 阅读全文
posted @ 2020-05-13 20:31 johnny_zhao 阅读(93) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_33 /** * 33. Search in Rotated Sorted Array * https://leetcode.com/problems/search-in-rotated-sorted-array/description/ * * Suppose a 阅读全文
posted @ 2020-05-13 16:12 johnny_zhao 阅读(125) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_64 /** * 64. Minimum Path Sum * https://leetcode.com/problems/minimum-path-sum/description/ * * Given a m x n grid filled with non-ne 阅读全文
posted @ 2020-05-13 00:17 johnny_zhao 阅读(104) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_113 /** * 113. Path Sum II * https://leetcode.com/problems/path-sum-ii/description/ * Given a binary tree and a sum, find all root-to 阅读全文
posted @ 2020-05-12 00:18 johnny_zhao 阅读(185) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1443 import java.util.* import kotlin.collections.ArrayList /** * 1443. Minimum Time to Collect All Apples in a Tree * https://leetco 阅读全文
posted @ 2020-05-11 21:39 johnny_zhao 阅读(171) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_504 /** * 504. Base 7 (7进制) * https://leetcode.com/problems/base-7/description/ * Given an integer, return its base 7 string represen 阅读全文
posted @ 2020-05-10 13:39 johnny_zhao 阅读(172) 评论(0) 推荐(0) 编辑
上一页 1 ··· 56 57 58 59 60 61 62 63 64 ··· 79 下一页