9. Consider the tree in Figure 1(a). What is the order of the nodes processed in the in-ordertravers
問題詳情
9. Consider the tree in Figure 1(a). What is the order of the nodes processed in the in-ordertraversal? (A) D-F-B-E-G-A-C; (B) D-B-F-E-G-A-C; (C)D-B-F-G-E-A-C; (D) D-B-F-E-AG-C .