10. 在二元搜尋樹 (Binary Search Tree) 中,執行哪種走訪 (Traversal) 可以得到由小到大排序的結果?
(A)前序走訪 (Preorder)
(B)中序走訪 (Inorder)
(C)後序走訪 (Postorder)
(D)層序走訪 (Level-order)

答案:登入後查看
統計: A(0), B(0), C(1), D(0), E(0) #3877692