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.
fixed some time ago
HEY Bros...
i had a problem with the three zeros...
then i intialize the A,B,C variables inside the function, and it works, Actually I DONT KNOW HOW!! LOL
No At All, 15 is not increasing the A and B Just C
Fixed
Crystal: tests expect function to be called
solution
while set-up function name isfizzbuzz
Crystal approved
Java approved
Coffeescript approved
Why call this kata fizz buzz ?!
Coffeescript
Crystal
Java
Julia
(author inactive)
Alright, thank you guys!
It's O(n^2), and it's possible to do it in O(1).
Your code seems to be not fast enough. Try doing it in another (faster) way.
Yep, unfortunately your solution is a bit too slow. Try to optimize it and avoid all those repeated calculations.
Are you sure you don't have an infinite loop with some input value? Also, it'll mark all test passed until the timeout exception is raised, but that doesn't mean you passed all the kata tests.
Loading more items...