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.
Yeah, I also faced with this bug :(
So its safe to say that you are just trying to reach the bottom right corner.
this reminds me of the 4 kyu Snail kata, but much more challenging
It is true ->
-> Sum_of_array = (sum_of_array (1,26) - num_1 - num_2) == num_1 * num_2,
but num_1 or num_2 > n (= 26) - so 175 > 26 - it is not correct.
The condition of the task - num_1 or num_2 <= n (26)
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Palindrom would be read same from both sides... but we tak about ONE world, not two different. Those different's are reversals, like said in description.
My English is bad, so here is better explanation:
202 is palindrom.
102 is not.
201 is not.
201 and 102 are reversals to each other.
202 and 202 are ALSO reversals to each others.
(That the reason for excluding palindroms - each palindrom have same prime factor like reversal, because it's, by definition, same number).
Neither is a palindrome.
description says non palindromic but expected includes 24024 and 42042??
Expected: '[1089, 2178, 4356, 6534, 8712, 9801, 10989, 21978, 24024]'
Expected: '[1089, 2178, 4356, 6534, 8712, 9801, 10989, 21978, 24024, 26208, 42042, 43956]'
This comment is hidden because it contains spoiler information about the solution
Where did you get this from? The goal is to reach bottom right corner, no matter what size the maze has.
Description mentions
N-1
, but that's using 0-based indexing.'yup, first sentence of the description:'
well yes its possible to reach 5X5(or am i mistaken?) from the starting point by going south and west several times
i don't quite understand. from what i know the aim is 5X5, or am i wrong? the first wall is positioned in 5X6
The bottom right corner is blocked by walls from both sides, so how could you reach it?
yup, first sentence of the description:
Loading more items...