Binary Search Tree
Term side of the Card
Topic: Tree
Unit title: Binary Search Tree
Categories: Data structure
Explanation side of the Card
Explanation: The ordered binary tree that facilitates efficient searching, insertion and deletion. Left children contain values smaller than the parent and right children contain larger values.