Hi, I cant imagine how to create this method: I can find numbers<10 with if loop and store them with count++; But thats all. Id like to see the algorithm in any lang(I can do some C++,java), so I can use it.
Go through each row and record a count of numbers less than 10. Store that aside, go to next row, do same thing, compare, throw out lower one.