tree structure search and update
Not what you're looking for? Search our solutions OR ask your own Custom question.
In a binary tree the search is log (x) and the update is x where x is teh depth of the tree. Is this correct? In tree like structure (tree structure) what is the maximum number of access for record update? is it x? why? what about the search?
I need the answer and also why?
Thanks
© BrainMass Inc. brainmass.com March 6, 2023, 1:24 pm ad1c9bdddfhttps://brainmass.com/computer-science/searching/tree-structure-search-update-22253
Solution Preview
Your question is a little confusing, so I'm going to start by restating it.
Let n be the number of nodes in a balanced binary search tree. Then the height of the tree, h, is log(n). As a result, the search operation on this tree ...
Solution Summary
What is big omega for depth x is determined. The tree structure search and update is determined.
$2.49