Consider the following algorithm where the input is a rooted tree with root r. Step 1: Push
Question:
Step 1: Push r onto the (empty) stack
Step 2: While the stack is not empty
Pop the vertex at the top of the stack and record its label
Push the children - going from right to left - of this vertex onto the stack
(The stack data structure was explained in Example 10.43).
What is the output when this algorithm is applied to
(a) The tree in Fig. 12.19?
(b) Any rooted tree?
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Discrete and Combinatorial Mathematics An Applied Introduction
ISBN: 978-0201726343
5th edition
Authors: Ralph P. Grimaldi
Question Posted: