Current Forum: 15-211 Main Forum |
Date: Tue Dec 18 2001 10:21 am |
Author: White, David <white3@andrew.cmu.edu> |
Subject: Re: Tree Positions question on Fall 00 Test |
|
|
Also, I think you have what Aditya said as wrong. A BST, WILL have a worst case find time of O(N). Unless you can give some guarentee that the tree is balanced, like AVL, your worst case is like a linked list.
Thanks |
|