acn - AVL binary tree cell node module
Module Description
The acn module implements the node in an AVL binary tree. It extends the bcn structure.
Module Words
AVL Tree node structure
acn%
( - n )
Get the required space for the acn structure
Structure creation, initialisation and destruction
acn-init
( w:parent w:data w:key w:acn - )
Initialise the acn structure with a key, data and parent
acn-new
( w:data w:key - w:acn )
Create a new AVL tree node on the heap
acn-free
( w:acn - )
Free the AVL tree node from the heap
Inspection
acn-dump
( w:acn - )
Dump the AVL tree node structure
generated 09-Jan-2007 by
ofcfrth-0.2.0