說明: 有時候我們需要通用的實驗數據,emp表 與 dept表 但是數據庫中有沒有。 這時,我們可以手動創建。 -- 創建表與數據 CREATE TABLE EMP (EMPNO
104. Maximum Depth of Binary TreeGiven a binary tree, find its maximum depth.The maximum depth is th