MCPcopy
hub / github.com/TheAlgorithms/Go / more

Method more

sort/heapsort.go:80–82  ·  view source on GitHub ↗
(i, j int)

Source from the content-addressed store, hash-verified

78}
79
80func (h MaxHeap) more(i, j int) bool {
81 return h.slice[i].More(h.slice[j])
82}
83
84func (h MaxHeap) heapifyUp(i int) {
85 if i == 0 {

Callers

nothing calls this directly

Calls 1

MoreMethod · 0.65

Tested by

no test coverage detected