Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/course-dasheng/fe-algorithm
/
Class
interview/502.ipo.js:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
*/
15
16
class
Heap{
17
constructor(compare){
18
this.arr = [0]
//忽略0这个索引
19
this.compare = compare?compare:(a,b)=>a>b
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected