Binary Tree - Data Structure | Geekboots | Binary tree, Data structures, Software architecture diagram
Skip to content
When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.
an image of a tree with numbers on it and the words learn data structure on geekboots
1
geekboots.com

Binary Tree - Data Structure | Geekboots

A binary tree is an important type of structure which is characterized by the fact that any node can have at most two branches, there is no node with degree greater than two. The distinguish between the subtree on the left and on the right, whereas for trees the order of the subtree was irrelevant. Also a binary tree may have zero nodes. Thus a binary tree is really a different object than a tree. From a graph theory perspective, binary trees as defined here are actually arborescences.
geekboots
Geekboots

1 Comment

More about this Pin

Board containing this Pin

Selected board cover image
mietha
9 Pins
4y

Related interests

Binary Tree Study Guide
Binary Search Tree Algorithm Guide
Understanding Binary Data Structures
Binary Tree Diagram
Binary Tree Diagram With Numbers
Binary Tree Nodes Labeled
Binary Tree Algorithm Explanation
Binary Tree Traversal Algorithms
Binary Search Tree Algorithm