Skip to content
Related Articles
Get the best out of our app
GFG App
Open App
geeksforgeeks
Browser
Continue

Related Articles

Data Structures | Binary Trees | Question 3

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

What are the main applications of tree data structure?

  1. Manipulate hierarchical data 
  2. Make information easy to search  
  3. Manipulate sorted lists of data 
  4. Router algorithms 
  5. Form of a multi-stage decision-making, like Chess Game. 
  6. As a workflow for compositing digital images for visual effects

(A)

1, 2, 3, 4 and 6

(B)

1, 2, 3, 4 and 5

(C)

1, 3, 4, 5 and 6

(D)

1, 2, 3, 4, 5 and 6


Answer: (D)

Explanation:

Tree data structure is used to study or tabulate hierarchical data. Searching of data becomes easy using the tree traversals. Using BST we can easily analyze sorted data. Decision making to reach an objective becomes easy due to decision tree creation. Trees are used in router algorithms. They can be beneficial as a workflow for compositing digital images for visual effects.


Quiz of this Question
Please comment below if you find anything wrong in the above post

My Personal Notes arrow_drop_up
Last Updated : 18 Jan, 2013
Like Article
Save Article
Similar Reads
Related Tutorials