Explain binary tree in brief

Explain binary tree in brief.

E

Expert

Verified

Binary Tree:

A binary tree is a tree structure that each node consists of only two child nodes. The primary node is termed as root node. The parent consists of two nodes namely right and left child.

Uses of binary tree are as given below:

- For creating sorting routine.

- For persisting data items for the function of fast lookup later.

- To inserting a newest item quicker.

   Related Questions in Data Structure & Algorithms

©TutorsGlobe All rights reserved 2022-2023.