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.
Rather than using
for i, _ := range ...
, you can writefor i := range ...
instead (which is cleaner).This is amazing... Kinda nerded out
using name area to calculate half-perimeter is confusing
You can look up the 1 to n math formula. When you learn sums of series in school you often learn the 1 to n formula and you have to reorginize it with two variables to get from a to b.
Are there any math concepts that lead to this formula?
and I did not pass such a solution on random calculations (n = 59049, divisor = 9). added + 0.001))))
This comment is hidden because it contains spoiler information about the solution
Sorry, Go
Mention the language you used when reporting a problem, please.
there are not enough tests. I did the task incorrectly, but I could have published the result
Sorry for being late. There are no errors in the tests.
you need to add the output results that are used for input
Pleasantly tricky. Nice kata!
maybe i'm not understanding the kata right.
I don't get how 6 katas in 60 minutes can afford 2 mistakes as is seen in one of the tests in rust.
text output floated in tests (Golang):
With numberOfKatas = %!k(int=11), timeLimit = 120
Loading more items...