Term of the Moment

gray goo


Look Up Another Term


Definition: quad tree


A tree structure used to search a database. There are always four branches attached to a branch point (node). The search continually divides the available records by four until the desired record is found. See splay tree.