摘要: package LeetCode_713 /** * 713. Subarray Product Less Than K * https://leetcode.com/problems/subarray-product-less-than-k/description/ * * Your are gi 阅读全文
posted @ 2020-04-25 21:06 johnny_zhao 阅读(90) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_930 /** * 930. Binary Subarrays With Sum * https://leetcode.com/problems/binary-subarrays-with-sum/description/ * * In an array A of 阅读全文
posted @ 2020-04-25 20:34 johnny_zhao 阅读(94) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_152 /** * 152. Maximum Product Subarray * https://leetcode.com/problems/maximum-product-subarray/description/ * * Given an integer ar 阅读全文
posted @ 2020-04-25 19:15 johnny_zhao 阅读(100) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_560 /** * 560. Subarray Sum Equals K * https://leetcode.com/problems/subarray-sum-equals-k/description/ * * Given an array of integer 阅读全文
posted @ 2020-04-25 14:50 johnny_zhao 阅读(70) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_310 import java.util.* import kotlin.collections.ArrayList /** * 310. Minimum Height Trees * https://leetcode.com/problems/minimum-he 阅读全文
posted @ 2020-04-25 14:02 johnny_zhao 阅读(111) 评论(0) 推荐(0) 编辑