(defn - dft-acc-impl [node acc]. (if (= node :leaf) acc. (let [lAcc (dft-acc-impl (.left node) acc). cAcc (cons (.value node) lAcc).
確定! 回上一頁