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.
Make the description more clear. Use ChatGPT if you need to.
Which are in dart?
Translation Dart
I don't like how this kata doesn't show things printed to console, this makes debugging very inconvenient
Hallo i want to ask something about examples.
I running this kata in my local, for test range 42 to 250, I got [[42,2500], [49,2500], [121, 14884], [169, 28900], [246,84100]] but in examples just [[42,2500], [246,84100]]
Thanks
All languages should have this sample and fixed tests added (To show that no shift might happen)
Tests for C++ should give the same results as the tests for C for the same inputs. It doesn't.
This comment is hidden because it contains spoiler information about the solution
Why does the example not mention "1 2 4 6 8" as third way to decompose 11?
Passed all test cases except 1 with -> (p = 1000, percent = 2.0 and aug = 50).
Please fix this one so that I can submit my solution.
the random tests always expect
-1
in JS and OCaml, possibly other languagesThis comment is hidden because it contains spoiler information about the solution
There is no closed form equation for this problem, right? (assuming the percentage loss is same for every month, not every other month)
There is issue in Golang tests, when no data for town and Mean function returns -1.0, for some reason it appears as NaN in tests
Hi ! I'd love to translate this kata to make it available in Scala 3, as only Scala 2 seems to be available, but I can't seem to figure out how to do that (when I try to add a translation, Scala doesn't show up since the translation already exists - but only for 2.13)
Any idea how I could do that ?
Why in description there is nothing about final result in list?
Loading more items...