Posts by Allan Batista • 11 points
1 post
-
1
votes2
answers51
viewsA: How to simplify the process of classifying a value-based hash
This problem can be solved by simply using only the libraries available in ruby. agents = {"pedro" => 7, "lucas" => 12, "gabriel" => 15, "tadeu" => 4, "denis" => 22, "fabio" =>…