Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PinkyJie/leetcode-patterns
/ types & classes
Types & classes
10 in github.com/PinkyJie/leetcode-patterns
⨍
Functions
252
◇
Types & classes
10
Class
_utils.js:1
Class
11_binary-search/702_search-in-a-sorted-array-of-unknown-size.js:65
Class
13_top-k-elements/703_kth-largest-element-in-a-stream.js:21
Class
13_top-k-elements/895_maximum-frequency-stack.js:33
Class
13_top-k-elements/895_maximum-frequency-stack.js:97
Class
ArrayReader
11_binary-search/702_search-in-a-sorted-array-of-unknown-size.js:65
Class
FrequencyStack1
* * Problem: * Design a class that simulates a Stack data structure, implementing the following two * operations: * * push(int num): Pushes the n
13_top-k-elements/895_maximum-frequency-stack.js:33
Class
FrequencyStack2
13_top-k-elements/895_maximum-frequency-stack.js:97
Class
Heap
_utils.js:1
Class
KthLargestNumberInStream
* * Problem: * Design a class to efficiently find the Kth largest element in a stream of numbers. * The class should have the following two things:
13_top-k-elements/703_kth-largest-element-in-a-stream.js:21