問題詳情
24 一棵引線二元樹(Threaded Binary Tree)的引線個數比實際鏈結(Link)個數多幾個?
(A) 1 個
(B) 2 個
(C) 3 個
(D) 4 個
參考答案
答案:B
難度:適中0.447368
統計:A(16),B(34),C(10),D(4),E(0)
用户評論
【cooljeff】評論
Data struct of thread binary tree as below:Left_thread left_child data right_thread right_child