Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ rightChild
Method
rightChild
JSAT/src/jsat/utils/IntPriorityQueue.java:341–344 ·
view source on GitHub ↗
(int i)
Source
from the content-addressed store, hash-verified
339
}
340
341
private
int
rightChild(
int
i)
342
{
343
return
2*i+2;
344
}
345
346
private
boolean childIsSmallerAndValid(
int
i,
int
child)
347
{
Callers
2
getRightMostChild
Method · 0.95
heapDown
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected