Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/course-dasheng/fe-algorithm
/ left
Method
left
interview/502.ipo.js:63–65 ·
view source on GitHub ↗
(k)
Source
from the content-addressed store, hash-verified
61
return
this.arr[1]
62
}
63
left(k){
64
return
k*2
65
}
66
right(k){
67
return
k*2+1
68
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected