摘要: package LeetCode_941 /** * 941. Valid Mountain Array * https://leetcode.com/problems/valid-mountain-array/description/ * * Given an array A of integer 阅读全文
posted @ 2020-06-14 21:20 johnny_zhao 阅读(117) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1475 import java.util.* /** * 1475. Final Prices With a Special Discount in a Shop * https://leetcode.com/problems/final-prices-with- 阅读全文
posted @ 2020-06-14 20:56 johnny_zhao 阅读(214) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_282 /** * 282. Expression Add Operators * https://leetcode.com/problems/expression-add-operators/description/ * * Given a string that 阅读全文
posted @ 2020-06-14 19:51 johnny_zhao 阅读(207) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_503 import java.util.* /** * 503. Next Greater Element II * https://leetcode.com/problems/next-greater-element-ii/description/ * * Gi 阅读全文
posted @ 2020-06-14 12:44 johnny_zhao 阅读(140) 评论(0) 推荐(0) 编辑