Update illustration paths
This commit is contained in:
@ -13,7 +13,7 @@ firstSeen: 2021-08-31T05:00:00-04:00
|
||||
|
||||
A binary search tree is a data structure consisting of a set of ordered linked nodes that represent a hierarchical tree structure. Each node is linked to others via parent-children relationship. Any given node can have at most two children (left and right). The first node in the binary search tree is the root, whereas nodes without any children are the leaves. The binary search tree is organized in such a way that for any given node, all nodes in its left subtree have a key less than itself and all nodes in its right subtree have a key greater than itself.
|
||||
|
||||

|
||||

|
||||
|
||||
Each node in a binary search tree data structure must have the following properties:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user