Home /
Expert Answers /
Computer Science /
please-answer-this-question-correctly-thank-you-will-give-positive-d-rating-and-comment-question-pa680
(Solved):
please answer this question correctly thank you will give positive :D rating and comment
Question ...
please answer this question correctly thank you will give positive :D rating and comment
Question 3 (20 points): Consider the following tree. All the nodes under the same parent are siblings. For example, 70 and 100 are siblings ( 25 is their parent). Is it possible to determine the siblings for any node using a queue? Why or why not? Describe you logic and provide a pseudocode with adequate comments. Special Note: Whatever your answer is, don't describe it using just plain text. Take a node as an example, and describe your answer step-by-step. Make sure your pseudocode contains adequate comments which describe each steps.