Run this Clojure code snippet in the browser. ... (defn quick-sort [xs]. (if (empty? xs). []. (let [head (first xs) tail (rest xs)]. (concat.
確定! 回上一頁