
数据流
文章平均质量分 80
jmspan
这个作者很懒,什么都没留下…
展开
-
LeetCode 346. Moving Average from Data Stream(数据流移动平均值)
原题网址:https://leetcode.com/problems/moving-average-from-data-stream/Given a stream of integers and a window size, calculate the moving average of all integers in the sliding window.For exampl原创 2016-05-01 06:23:14 · 2979 阅读 · 0 评论 -
LeetCode 295. Find Median from Data Stream(数据流中位数)
原题网址:https://leetcode.com/problems/find-median-from-data-stream/Median is the middle value in an ordered integer list. If the size of the list is even, there is no middle value. So the median is原创 2016-04-16 11:09:22 · 1165 阅读 · 0 评论 -
LeetCode 352. Data Stream as Disjoint Intervals(数据流区间)
原题网址:https://leetcode.com/problems/data-stream-as-disjoint-intervals/Given a data stream input of non-negative integers a1, a2, ..., an, ..., summarize the numbers seen so far as a list of dis原创 2016-06-16 01:11:36 · 1594 阅读 · 0 评论