Coding Games and Programming Challenges to Code Better
Send your feedback or ask for help here!
Created by @Darazdeblek,validated by @papyjo,@FredericLocquet and @InSync.
If you have any issues, feel free to ping them.
Coding Games and Programming Challenges to Code Better
Send your feedback or ask for help here!
Created by @Darazdeblek,validated by @papyjo,@FredericLocquet and @InSync.
If you have any issues, feel free to ping them.
I don’t get the algorithm to decrypt.
Should you calculate the weight of each row/column in the beginning, before each step of before each rotation?
Ok, you have to calculate weights before each rotation.
Yes, the weights have to be calculated for the columns and the rows at each step but it seems like you figured it out
Hello, I can’t figure this out.
@tglaria says:
but you @Darazdeblek say:
EDIT: I’ve walked through it on paper and compared with my algorithm, and found my mistake.
Indeed, you need to apply Method 1
Thanks for the cool puzzle! It’s really satisfying to see the decoded result once it works!
I spent much longer on this than I should have because of a silly mistake.
It’s a great puzzle, but it’s one where it’s hard to figure out what’s going wrong, because even a slight mistake can make the output wildly wrong.
Please add to the Puzzle statement that the weights should be calculated before each rotation. This will save a lot of people from a lot of headaches.
To understand the description example, here are the steps
Thanks @RealSaitama - this helped me. Interestingly enough for this puzzle the main challenge is to get it right at least once - once you manage to get the first case right, the rest will also succeed (at least, that is my impression).
I think it would help this puzzle if as a first case, a case is included with n=1. Currently you either get the decryption right and solve the whole puzzle, or you get it wrong but there is no way to check whether you made a coding mistake or an interpretation mistake.
To understand the first case even more, step 1 in detail: