Ask Question
27 July, 06:21

JAVA In basic tree data structures, edges are unidirectional.

True

False

+1
Answers (1)
  1. 27 July, 07:13
    0
    True.

    Explanation:

    In the tree data structure the edges are unidirectional as their direction is from parent to child. If you are iterating on the tree you cannot move backward in the tree that is from child to parent. That's why recursion is preferred for tree because you can backtrack in recursion very easily.

    Hence the answer is true. Edges are unidirectional in the tree data structure.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “JAVA In basic tree data structures, edges are unidirectional. True False ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers