将i放入对堆中,i的父节点是(i - 1)/ 2,父节点的值是小于他的两个子节点的 i节点放入后,要向上移动,如果父节点比i节点的值大,则i节点要继续上移。 @param nums @param i
(int nums[], int i)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected