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.
One is for every word in a text, the other is for every letter in the word
Can u explait why you using two loops in this code?
Issue closed.
Thanks, all tests passed. Regards
Thanks for reporting. Both should be fixed. Please check. If you don't see the change in example tests, press the Reset button. Regards, suic
The same happens in javascript (at least).
Hi, the assignment says that the Gregorian calendar is from 1583 to 4000, but the basic tests contain options less than 1583. C# language.
Isn't this a spoiler?
Thanks for checking. I'm closing this issue. Regards, suic
Yeah now everything correct.
According to this article, year 7500 is not a leap year.
Conditions for leap years are as follows:
Year is evenly divisible by 4,
Year is not divisible by 100 unless its divisible by 400.
My bad
This is a CW glitch. Your solution was tested against an old version. I've added tests for edge cases and modified the date range for random tests. Please check. Regards, suic
P.S.: If you see the same problem. Push the Reset button and try again.
@smolen: I change the date range for random test to 1593-4000. Regards, suic
Also year 7500 is a leap year and it expects single day as an answer which is wrong,right?
Expected
<[]string | len:2, cap:2>: ["Saturday", "Sunday"]
to equal
<[]string | len:2, cap:2>: ["Sunday", "Saturday"]
Golang
Loading more items...