Applications of tree data structure (ऍप्लिकेशन्स ऑफ़ ट्री)

 Applications of tree data structure (ऍप्लिकेशन्स ऑफ़ ट्री) :-

1.) Implementing routing table in router.

राऊटर  हेतु रूटिंग टेबल तैयार करना।  

2.) In Data compression code.

डाटा कम्प्रेशन कोड में 

3.) To solve database problem such as indexing.

डाटा बेस में इंडेक्सिंग की समस्या को हल करना।  

4.) used in almost 3D gaming for rendering objects.

3 डी गेमिंग में ऑब्जेक्ट की रेंडरिंग हेतु।    

5.) To Store hierarchical data, like folder structure etc.

हिरार्चिकल डाटा को स्टोर करने हेतु जैसे फोल्डर स्ट्रक्चर इत्यादि।   

6.) In Spanning Trees

स्पॅनींग ट्री में 


No comments:

Post a Comment

Stack Data Structure, Push, Pop and Peek Operations , Applications of Stack

Stack is a linear data structure. It is collection of ordered data elements. It is also known as LIFO system (last in first out). It means i...