問題詳情

二、以遞迴(recursive)的方式寫出二元樹(binary tree)的中序追蹤(inorder traversal)與後序追蹤(postorder traversal)演算法。(20 分)

參考答案