noun as in strong fondness

Strongest matches

binary search tree

Discover More

Example Sentences

Example:This dataset is best stored in a binary search tree for quick retrieval.

Definition:A tree data structure where each node has at most two children which are referred to as the left child and the right child. The key in each node must be greater than any key in its left subtree and less than any key in its right subtree.

From binary search tree