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.
there is a bug in the random test for go, the values are off
With summary = 43451
Expected
: 10912
to equal
: 10911
With Python the tests behave differently.
very boring it is more a mathematical brain teaser than anything else
if you have 10 numbers as in the given circle 2 is in front of 7
is this not a O(n²) solution while this kata are supposed to only allow O(n) solutions ?
really nice kata, worth mentioning that brackets can be nested, was not that clear from the description
Can you explain what it does and what makes it performant ?
Thanks
hope you got to c/p this otherwise it must have been quite the hassle
I am surprized how ugly the other solutions look in comparison to this one, feels like this kata is a bad match with clojure
using ceil/floor for rounding failed, round suceeded maybe add it to the description
too long and unclear
description is hard too read, maybe make it simpler.
didn't get the description, unlocked the solutions only to discover they don't really help, just that there is some percentage calculations.
my reply would be that nothing disapears, initial weight == final weight, see https://en.wikipedia.org/wiki/Conservation_of_mass
maybe clarify the description
no need for strip
what are we supposed to do when we do not know the city of a friend ?
assume it's distance is 0 or ?
and define D and N_x for x from 1 to n
I have a vague idea from my math classes but the way the problem is exposed makes almost no sense to me, si D supposed to be the common denominator of what ?
Loading more items...