|
As far as I can tell the given solutions return the response "None" when two or more of the inputs are equivalent, which is correct in the technical sense that there exists no "biggest". But the procedure "max" responds with the largest number argued, whether there is one or more instances of it. So, isn't it correct that they are not equivalent? |
|
If both are the same, who minds which one is shown? You can say if a>b output a ... and if not (because are the same) output b, for example |