Wednesday, July 23, 2014

what is a binary tree?

A binary tree is a data structure where a node has the degree of 0 or 1 or at most 2. This may be due to the binary system (only 0 and 1 are recognized) in computer.

It is pretty easy to find desired data using this data structure.

No comments:

Post a Comment