cancel
Showing results for 
Search instead for 
Did you mean: 

Binary tree

Former Member
0 Kudos

Hi friends,

I am unable to understand the concept of binary tree, If any one of you are perfect reply me.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

In computer science, a binary tree is a tree data structure in which each node has at most two children. Typically the child nodes are called left and right. Binary trees are commonly used to implement binary search trees and binary heaps.

Venkat

Answers (0)