Discussion Board
Go to the previous messageThere are no next messages
Current Forum: 15-211 Main Forum
Date: Wed Oct 17 2001 1:33 pm
Author: Lee, Peter <petel@cmu.edu>
Subject: Re: Definition: "search tree"

I don't think there is a standard definition of the term "search tree". A search tree is a tree structure that supports the basic dictionary operations (find, insert, delete). But, of course, any tree structure will do that. However, specific kinds of trees such as splay trees and AVL trees do so much more efficiently than other kinds of trees.
Post response

Go to the previous messageThere are no next messages
Current Thread Detail:
Definition: "search tree"      Shi, Ying      Wed Oct 17 2001 11:13 am       
Re: Definition: "search tree"      Lee, Peter      Wed Oct 17 2001 1:33 pm       

Back to previous screen