drop the variable just return the calculation
? true : false is redundant.
This comment is hidden because it contains spoiler information about the solution
what is akk and why did you add it as a parameter?
the while (true) and the return condition combined brings a tear to my eye
the 2 strings and the int are totally unnecessary
beautiful
Was this supposed to be funny? A quote from I guess some terrible english series that aroung 500 people watched?
You could just return the comparison, instead of comparing and returning true of it evaluates true
Altough for the first look I found this solution ugly, it's fast and simple.
I had the same annoying issue.
In C# the 4th and 6th test case have duplicate digits in multiple columns so they should be computed invalid altough they want true (valid) as an answer.
Loading collection data...
drop the variable just return the calculation
? true : false is redundant.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
what is akk and why did you add it as a parameter?
the while (true) and the return condition combined brings a tear to my eye
the 2 strings and the int are totally unnecessary
beautiful
Was this supposed to be funny? A quote from I guess some terrible english series that aroung 500 people watched?
You could just return the comparison, instead of comparing and returning true of it evaluates true
Altough for the first look I found this solution ugly, it's fast and simple.
I had the same annoying issue.
In C# the 4th and 6th test case have duplicate digits in multiple columns so they should be computed invalid altough they want true (valid) as an answer.