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.
As mentioned in the previous reincarnation of this kata, this is a duplicate of https://www.codewars.com/kata/5e74588a25ba6800325e9233. Please create a translation of the linked kata instead.
Random tests generate incorrect strings:
Why is the JS version initial solution contains the solution to the C++ version?
Not only that but all the codes in the JS one are all C++ codes.
using namespace std;
to run, this is bad (and it's not recommended to use it in the first place anyway)This is a duplicate of https://www.codewars.com/kata/5e74588a25ba6800325e9233
dynamic programming
tag and the estimated rank make me think performance requirements should be specified.You didn't explain about which is the character that indicates free grid. Is it
1
or0
? This must be explained in the description.