You are viewing a single comment's thread. Return to all comments →
Ruby
def migratoryBirds(arr) a = arr.tally a.max_by { |key, val| [val, -key] }.first end
Seems like cookies are disabled on this browser, please enable them to open this website
Migratory Birds
You are viewing a single comment's thread. Return to all comments →
Ruby