A binary tree is a tree data structure in which each node has at most two child nodes, left and right. Nodes with children are parent nodes and the node without a parent is the root node.
Synonyms
binary-treesStats
created |
2 years ago |
viewed |
87 times |
editors |
0 |
Recent Hot Answers
How can I convert this binary recursive function into a tail-recursive form?index function for balanced binary tree
Syntax Errors when implementing binary search tree (C)
Algorithm to traverse a binary tree level by level starting from root
Keeping std::map balanced when using an object as key
more »
Related Tags
algorithm × 350java × 284
c++ × 252
data-structures × 226
tree × 198
c × 146
binary-search-tree × 131
recursion × 99
c# × 57
python × 48
tree-traversal × 44
binary-search × 36
traversal × 31
language-agnostic × 29
pointers × 27
search × 25
haskell × 21
heap × 21
binary × 20
avl-tree × 20
red-black-tree × 19
linked-list × 19
arrays × 18
php × 17
nodes × 15