Describe the term binary tree

Describe the term binary tree? Describe its some uses.

E

Expert

Verified

The binary tree is a tree structure, in which each and every node consists of only two child nodes. The first node is termed as root node. The parent consists of two nodes namely left and right child.

The main uses of binary tree are:

a) To make sorting routine.

b) Persisting data items for the aim of fast lookup later.

c) For inserting a new item quicker.

   Related Questions in Data Structure & Algorithms

©TutorsGlobe All rights reserved 2022-2023.