What is an elegant way to solve this max and min problem in Ruby or Python?
- by ????
The following can be done by step by step, somewhat clumsy way, but I wonder if there are elegant method to do it.
There is a page: http://www.mariowiki.com/Mario_Kart_Wii, where there are 2 tables... there is
Mario - 6 2 2 3 - -
Luigi 2 6 - - - - -
Diddy Kong - - 3 - 3 - 5
[...]
The name "Mario",…