ARC_Kaggle
ARC_Kaggle copied to clipboard
Add new multiplyPixels function
This function should solve tasks like 303. Activate matrix if a pixel is of a certain color.
Should also solve tasks 314, 406, 433, 467, 510, 603, 663,
Added the function getBestMultiplyMatrix. It solves all of the cases except for 603. I'll need to think further in order to decide how to deal with this kind of tasks.