Actually, no. Binary trees are something quite different (and generally more familiar).

===
Gregory Woodhouse
[EMAIL PROTECTED]

"Nothing is as powerful than an idea
whose time has come."
-- Victor Hugo


On Aug 23, 2005, at 6:05 PM, Nancy Anthracite wrote:

B, I believe, is for Binary.

On Tuesday 23 August 2005 06:11 pm, Gregory Woodhouse wrote:

I think Kevin was asking whether or not strings are null terminated.
I know nothing about the GT.M source, but as a general sort answer:
Databases don't typically store data in a "packed" format (like the
run-time heap), but instead storage is allocated in fixed size
chunks, which are then typically organized into a structure called a
B-tree. This makes it possible to add and delete records (nodes) or
to modify the size of an existing node without having to drastically
modify the entire structure. (So far as I know, the origin of the
term B-tree is unknown, but I like to think of them as "bushy" trees.)





-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to