Skip to content

Instantly share code, notes, and snippets.

@dzzzchhh
Created June 16, 2022 08:27
Show Gist options
  • Save dzzzchhh/eda9f78be25111081cf836ffb2163ea0 to your computer and use it in GitHub Desktop.
Save dzzzchhh/eda9f78be25111081cf836ffb2163ea0 to your computer and use it in GitHub Desktop.
(defn sock-merchant
[ar]
(->>
(frequencies ar)
(vals)
(map #(int (/ % 2)))
(reduce +)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment