What are Binary trees? › Category: Data Structure › What are Binary trees? 0 Vote Up Vote Down Editor">Editor Staff asked 2 years ago What are Binary trees? 1 Answers 0 Vote Up Vote Down Editor">Editor Staff answered 2 years ago A binary Tree is a special type of generic tree in which, each node can have at most two children. Binary tree is generally partitioned into three disjoint subsets, i.e. the root of the node, left sub-tree and Right binary sub-tree.