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.
I added
= 0
to the equationIt's the day after tomorrow now. Fixed
approved
Already re-raised as an issue here
Done in this fork
Broken image link removed from the description:
But it does interfere with native behaviour (
for .. in
). Non-enumerability should be specified and tested.Added by Johan above
.
I have fixed the Haskell translation to generate inputs
0 .. 100_000
, instead of1200
a hundred times (perimeter 1200 * x
is(perimeter 1200) * x
, notperimeter (1200 * x)
). Also added explicit import and export lists where applicable, and moved showing inputs to failure messages.ETA: Some solutions have been invalidated because of insufficient performance.
100_000
may be higher than you intended.marking issue as resolved, as both katas you refer as duplicates are retired now. If there are any other duplicates, please raise a new issue.
raised here as an issue
.
Loading more items...