7.一個二元樹(binary tree),其中序走訪(in-order traversal)結果是EDBAFGCH,前序(pre-order traversal)走訪為ABDECFGH,則其後序走訪(post-order traversal)的結果應為? __(7) __