Applications of Binary trees

Applications of Binary tree:

Here are few applications of Binary tree Data structure

  • Binary trees can store Hierarchical information like folder structure, organizational structures etc.
  • Binary trees can be used in many search applications where the data is constantly entering and leaving.
  • The decision making process can be represented in a binary tree for yes or no decisions which will have more impact in the process of decision making.
  • JPEG encoders use Huffman coding for compression which requires frequent sorting of data.Here the use of Binary tree is much helpful.

 

Try here>>>