MCPcopy Create free account
hub / github.com/TheAlgorithms/Rust / build_heap

Method build_heap

src/data_structures/heap.rs:52–57  ·  view source on GitHub ↗

Constructs the heap from an unsorted vector by applying the heapify process.

(&mut self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

from_vecMethod · 0.80

Calls 2

heapify_downMethod · 0.80
lenMethod · 0.45

Tested by

no test coverage detected