Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
no
In C++, the solution function prototype is
bool validSolution(unsigned int board[9][9])
, and the input is a 2D array.Did you change the original setup?
So, i must validate only one row?
this is a 2D array. so its type is int anyways.
in my function is board only array of ints not array of arrays of ints, why?
s1.insert(i, s2);
it isnt work, why? i remove const and it still didnt work