api documentation (rbst-lite v2016.10.10)

table of contents

module rbst-lite

function rbst-lite.rbstCompare (aa, bb)

function rbst-lite.rbstCreate (key, data)

function rbst-lite.rbstFind (tree, key)

function rbst-lite.rbstFindInKeyRange (tree, aa, bb, fnc)

function rbst-lite.rbstInsert (tree, key, data)

function rbst-lite.rbstPrint (tree)

function rbst-lite.rbstRemove (tree, key)