Some error occured while loading page for you. Please try again.
You are viewing a single comment's thread. Return to all comments →
ruby:
def gameOfThrones(s) s.split('').group_by{|x|x}.values.map{|v| v.size}.count{|x|x.odd?} < 2 ? "YES" : 'NO' end
Add Reply Preview cancel
Create An Account
Or connect with
By signing up you agree to our Terms of Service and Privacy Policy
ruby:
Add Reply Preview cancel