Binary Search Tree
A binary tree where each node's left subtree contains only smaller values and right subtree contains only larger values.
learn more?
Subscribe and we'll send new content to your inbox.
A binary tree where each node's left subtree contains only smaller values and right subtree contains only larger values.
Subscribe and we'll send new content to your inbox.