Derek Simkowiak <[EMAIL PROTECTED]> writes:
>       Are Glib's N-ary trees any different from a normal BTree?  (I
> haven't seen the term "N-ary" used to describe such trees before)
> 

GTree is a sorted binary tree suitable for key-value pairs, GNode
doesn't know anything about its contents it's just a generic
tree-shaped structure (like an XML document or a parse tree or CTree
contents).

Havoc

-- 
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to