Ask Question

Suppose you are creating a tree-structured menu to handle the grouping of over ten thousand objects. You will need to decide how many levels will exist in the tree and then how many items will exist per level. In order to deal with this depth-breadth trade-off, which one is preferred?

+1
Answers (1)
  1. 26 June, 13:47
    0
    Breadth (increased items per level with lesser levels)

    Explanation:

    In programming, when creating a tree-structured menu to handle the grouping of over ten thousand objects. You will need to decide how many levels will exist in the tree and then how many items will exist per level. In order to avoid ambiguity in dealing with this depth-breadth trade-off, you may choose breadth which will mean more items per level with lesser levels.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Suppose you are creating a tree-structured menu to handle the grouping of over ten thousand objects. You will need to decide how many ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers