99 道榆樹問題/第 56 個問題
外觀
< 99 道榆樹問題
找出左右子樹的結構是否相同。
# # # 這是一個存根 # # #
Example in Elm:
import Html exposing (text)
import List
f : Int -> Int
-- your implementation goes here
main = text (toString (f 0))
結果
4
找出左右子樹的結構是否相同。
# # # 這是一個存根 # # #
Example in Elm:
import Html exposing (text)
import List
f : Int -> Int
-- your implementation goes here
main = text (toString (f 0))
結果
4