Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Go
/ Size
Method
Size
sort/heapsort.go:60–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
func
(h MaxHeap) Size() int {
61
return
h.heapSize
62
}
63
64
func
(h MaxHeap) Update(i Comparable) {
65
h.slice[h.indices[i.Idx()]] = i
Callers
1
Dijkstra
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected