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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Some python tests are bad, C tests too.
IMHO. Real challenge for those who want better understand how work lists on lower level (C lang).
Description nothing says about 'sabbatical' in capital letters and if input string has only one 'a' it should be counted once instead of triple 'a' from 'sabbatical'.
I assumed input string s as 'sabbatical'. Thx.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
What to do if each test show: expected {0,0} and submitted show right result. Can't finish kata (C ).
Can't pass all tests. Input param type unsigned long which is 32 bit in C. Input values are up to 64 bits. If in solution to use unsigned long long type output still cast it to unsigned long and kata not finishes. Checked with printf(). What am i doing wrong.