摘要: package LeetCode_1027 /** * 1027. Longest Arithmetic Subsequence * https://leetcode.com/problems/longest-arithmetic-subsequence/description/ * * Given 阅读全文
posted @ 2020-10-07 23:28 johnny_zhao 阅读(99) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_346 import java.util.* /** * 346. Moving Average from Data Stream * (Prime) * Given a stream of integers and a window size, calculate 阅读全文
posted @ 2020-10-07 21:38 johnny_zhao 阅读(108) 评论(0) 推荐(0) 编辑