Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

heapdemo/v0 package

Overview

Package heapdemo is a small gnoweb demo of the binary heap / priority queue provided by the p/moul/x/daily/heap(/p/moul/x/daily/heap/v0) library: it shows min- and max-ordering and the deterministic tiebreak.

It contains no heap logic of its own. Stateless, so Render is deterministic — which is precisely what the library is for.

Function

Render

func Render(path string) string

Render renders the demo for gnoweb.

Param

Command

gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/moul/x/daily/heapdemo/v0.Render()"

Result