janpo
❔ Code performance
what vanMelegebb function needs to do is check if a line(M numbers), is hotter than any other day in the matrix.
Hotter means each of the numbers is bigger than the others. And then it shall return the index of the line, if there are multiple solutions I have to return the smallest
if there is no solution, then I should return -1
14 replies