摘要: Given a stream of integers and a window size, calculate the moving average of all integers in the sliding window. For example, 思路:本题比较简单,在__init__的时候, 阅读全文
posted @ 2017-01-31 13:02 lettuan 阅读(208) 评论(0) 推荐(0) 编辑