Skip to content

Instantly share code, notes, and snippets.

@angerman
Created December 3, 2009 12:29
Show Gist options
  • Save angerman/248121 to your computer and use it in GitHub Desktop.
Save angerman/248121 to your computer and use it in GitHub Desktop.
(if (< a b) ;; either way
(recur a- b+ (conj acc a))
(recur a+ b- (conj acc b))))))))
(defn combine [A B]
(combine-sorted (sort A) (sort B)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment