When the pupil is ready to learn, a teacher will appear.
(defn subsets [s] (reduce (fn [ss x] (concat ss (map #(conj % x) ss))) [#{}] s))
Note: Only a member of this blog may post a comment.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.