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.
because if you do a list like [ "1" , "3" ] and do a list to [ "1" , "4" ]
you will see that string "1" are in the two then that is 50%
if the the 3 was 4 then the result would be 100%
Language: C++
Can someone explain why the result is 50% on the first test and not 25%?
tester(13,14,"50%");
The Kata Description can be changed to provide better understanding of the problem
ah that makes alot more sense, thank you!
No one gets offended, don't worry. :D But ranks can't be changed once a kata is approved. The reason why you consider this kata more difficult than a "normal" 7 kyu is because this is a new kata (published in 2023). Ranking problems (in terms of published date) were more generous in the past, but with the time, active members and power users started to rank problems more "serious", so now katas have lower ranks. For example, a very old 5 kyu kata would be today 7 kyu maybe. :P I suggest you to sort the problems by
older
in order to avoid harder problems for now, and tackle these harder problems in the future :)your right, sorry did not realize the site gets offended by suggestions lol.
maybe you "should" get more familiar with this website, before suggesting on changing its behaviour.
This should at least be lvl 6 if not 5, its not that its super hard, but to me lvl 7 is supposed to be very easy, where this one needs a little bit of thinking.
C# translation
.
I think, It's not necessary. But I added it.
Python translation
Language: C++
Test suit missing the required header
std::string
Yes, there was a flaw in fixed tests. I fixed it
This comment is hidden because it contains spoiler information about the solution
Loading more items...