摘要: package LeetCode_413 /** * 413. Arithmetic Slices * https://leetcode.com/problems/arithmetic-slices/description/ * * A sequence of numbers is called a 阅读全文
posted @ 2020-10-06 22:03 johnny_zhao 阅读(113) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_414 /** * 414. Third Maximum Number * Given a non-empty array of integers, return the third maximum number in this array. * If it doe 阅读全文
posted @ 2020-10-06 19:19 johnny_zhao 阅读(123) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1472 import java.util.* /** * 1472. Design Browser History * https://leetcode.com/problems/design-browser-history/description/ * * Yo 阅读全文
posted @ 2020-10-06 16:21 johnny_zhao 阅读(152) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_410 /** * 410. Split Array Largest Sum * https://leetcode.com/problems/split-array-largest-sum/description/ * * Given an array nums w 阅读全文
posted @ 2020-10-06 15:50 johnny_zhao 阅读(131) 评论(0) 推荐(0) 编辑