Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ leftChild
Method
leftChild
JSAT/src/jsat/utils/IntPriorityQueue.java:311–314 ·
view source on GitHub ↗
(int i)
Source
from the content-addressed store, hash-verified
309
}
310
311
private
int
leftChild(
int
i)
312
{
313
return
2*i+1;
314
}
315
316
/**
317
* Removes the node specified from the heap
Callers
2
getRightMostChild
Method · 0.95
heapDown
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected