Application of Tree
Application of Tree
Hello Friends ,In the Previous Blogs we have seen Application of Linked List , Stack And Queue.
Today We will understand the Application of Tree in Real Life actually we will see all types of tree uses in real life. So, Let's Start this,
1.Tree is a non-linear data structure .So, this used to store the information in non-linear ways.
e.g. File System in Computer.
2.If we organize keys(means any data) in tree form then we can find or Search that keys very fast.
3.Heap is a tree data structure which used for implementation of queues.
4.B-tree and B+ tree is used for implementation of indexing in database.
5.Syntax tree is used for Compilers.
6.Suffix tree is used for search in pattern of fixed part.
7. HTML document object model is a tree where all html text, attributes are stored.
8.Used in Networking Routing.
9. Also used for auto corrector and spell checker.
10. Used in Artificial Intelligence and Games.
11.Hash trees is Used for image signature.
Note: If you Liked the Application of trees blogpost the please tell me in the Comment and Please share with your friends and family members so that they can also understand this.
Thank You , Jai Hind 🙏