MCPcopy 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
60func (h MaxHeap) Size() int {
61 return h.heapSize
62}
63
64func (h MaxHeap) Update(i Comparable) {
65 h.slice[h.indices[i.Idx()]] = i

Callers 1

DijkstraMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected