Created
March 25, 2019 08:06
-
-
Save eggplants/cc38be7d75e5b06d9113130ee7508702 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
a.zip(b).map{|n,p| n*p} | |
#or | |
a.sort_by{ |b0, b1|b0} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment