Created
August 28, 2018 23:51
-
-
Save juanfurattini/f3021db1c1e50d9432c3ba5fcdf9bdca to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def solution(a) | |
a.map(&:abs).uniq.size | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment