原文链接: https://leetcode-cn.com/problems/find-median-from-data-stream
英文原文The median is the middle value in an ordered i
标签详情
数据流 分类
原文链接: https://leetcode-cn.com/problems/kth-largest-element-in-a-stream
英文原文Design a class to find the kth largest elem
原文链接: https://leetcode-cn.com/problems/online-stock-span
英文原文Design an algorithm that collects daily price quotes for
原文链接: https://leetcode-cn.com/problems/number-of-recent-calls
英文原文You have a RecentCounter class which counts the numb
原文链接: https://leetcode-cn.com/problems/stream-of-characters
英文原文Design an algorithm that accepts a stream of character
原文链接: https://leetcode-cn.com/problems/product-of-the-last-k-numbers
英文原文Design an algorithm that accepts a stream of
原文链接: https://leetcode-cn.com/problems/design-browser-history
英文原文You have a browser of one tab where you start on the
原文链接: https://leetcode-cn.com/problems/design-front-middle-back-queue
英文原文Design a queue that supports push and pop op
原文链接: https://leetcode-cn.com/problems/design-an-ordered-stream
英文原文There is a stream of n (idKey, value) pairs arrivi
原文链接: https://leetcode-cn.com/problems/continuous-median-lcci
英文原文Numbers are randomly generated and passed to a metho
1 / 2