Explain binary tree

Briefly explain the term binary tree? Elucidate its uses?

E

Expert

Verified

A binary tree is a tree structure, in that each node has only two child nodes. The first node is recognized as root node. The parent has two nodes that are left child and right child.

Uses of binary tree:

- To generate sorting routine.
- Persisting data items for purpose of fast lookup later.
- For inserting a newest item faster

   Related Questions in Data Structure & Algorithms

©TutorsGlobe All rights reserved 2022-2023.