Python 數據結構 ---- 08 二叉樹實現

1. 二叉樹實現   myTree = ['a', #root ['b', #left subtree ['d',[],[]], ['e',[],[]] ], ['c',# right subtree ['f',[],[]], []
相關文章
相關標籤/搜索