Ai
Created page with "== Definition == A binary tree is a type of data structure that has at most two children for each parent node. The children are usually distinguished as "left" and "right". Nodes with children are parent nodes, or simply parents. While binary trees are used in many areas of computer science, they are most commonly used to implement binary search trees and binary heaps. == Properties == Binary trees have several properties that are useful in algorithms..."