bcn - Binary tree cell node module

Module Description

The bcn module implements the a node in an unbalanced binary tree.

Module Words

Tree node structure

bcn% ( - n )
Get the required space for the bcn structure

Tree node creation, initialisation and destruction

bcn-init ( w:data w:key w:parant w:bcn - )
Initialise the bcn structure with a key, data and parent

bcn-new ( w:data w:key w:parent - w:bcn )
Create a new tree node on the heap

bcn-free ( w:bcn - )
Free the tree node from the heap

Inspection

bcn-dump ( w:bcn - )
Dump the tree node structure


generated 09-Jan-2007 by ofcfrth-0.2.0