code wiki / (root) / sketch_min_heap_test.nx

sketch_min_heap_test.nx

buildroot/runtime/sketch_min_heap_test.nx

4126 B123 linesdepth 5pulls 5 transitivereach 0 importersview sourcekind gate/prooftopic sketch
docsdependenciesstructsconstsfunctions

about

sketch_min_heap_test.nx -- binary min-heap verification.

dependencies 2 imports · 0 importers

syscalls.nx sketch_min_heap.nx sketch_min_heap_test.nx

imports: syscalls.nxsketch_min_heap.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main nx_heap_alloc nx_heap_push nx_heap_entry_at nx_heap_sift_up nx_heap_entry_at ↻ nx_heap_swap nx_heap_entry_at ↻ nx_heap_size nx_heap_peek_key nx_heap_entry_at ↻ nx_heap_peek_value nx_heap_entry_at ↻ nx_heap_pop nx_heap_entry_at ↻ nx_heap_sift_down nx_heap_entry_at ↻ nx_heap_swap ↻ nx_heap_top_k_offer nx_heap_push ↻ nx_heap_entry_at ↻ nx_heap_sift_down ↻ nx_heap_clear

structs

none

consts

none

functions

6func main() -> i64 {