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.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub