Binary tree

In computer science, a binary tree is a tree data structure in which each node has at most two children, referred to as the left child and the right child. That is, it is a k-ary tree where k = 2.

Source: Wikipedia — Binary tree (CC BY-SA 4.0)

Binary tree

In computer science, a binary tree is a tree data structure in which each node has at most two children, referred to as the left child and the right child. That is, it is a k-ary tree where k = 2.

Source: Wikipedia "Binary tree" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy