Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Engineering LibreTexts

Search

  • Filter Results
  • Location
  • Classification
    • Article type
    • Author
    • Set as Cover Page of Book
    • License
    • Show TOC
    • Transcluded
    • OER program or Publisher
    • Autonumber Section Headings
    • License Version
    • Print CSS
  • Include attachments
Searching in
About 1 results
  • https://eng.libretexts.org/Bookshelves/Computer_Science/Databases_and_Data_Structures/Open_Data_Structures_-_An_Introduction_(Morin)/06%3A_Binary_Trees/6.02%3A_BinarySearchTree_-_An_Unbalanced_Binary_Search_Tree
    The data values in a binary search tree obey the binary search tree property: For a node, \(\mathtt{u}\), every data value stored in the subtree rooted at \(\texttt{u.left}\) is less than \(\texttt{u....The data values in a binary search tree obey the binary search tree property: For a node, \(\mathtt{u}\), every data value stored in the subtree rooted at \(\texttt{u.left}\) is less than \(\texttt{u.x}\) and every data value stored in the subtree rooted at \(\texttt{u.right}\) is greater than \(\texttt{u.x}\). Without knowing more about the shape of the tree it is difficult to say much about the length of this path, except that it is less than \(\mathtt{n}\), the number of nodes in the tree.

Support Center

How can we help?