
双端链表
文章平均质量分 78
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 353. Design Snake Game(设计贪吃蛇游戏)
原题网址:https://leetcode.com/problems/design-snake-game/ Design a Snake game that is played on a device with screen size = width x height. Play the game online if you are not familiar with the gam原创 2016-06-16 02:41:06 · 4915 阅读 · 0 评论