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.
Scala 3 update
This does harden the tests somewhat but this is to account for things just running faster.
Fixed.
Fixed, issue was tests generating duplicate test titles which crashes scalatest.
Fixed (very hackily, I will rewrite the tests and port to Scala 3 at a later date)
( JS )
This issue seems to have been fixed by Node and / or chai upgrades. But I noticed JS tests were wrong ( calling
F
instead offib
in places ), andBigInt.prototype
things inPreloaded
were no longer necessary with Node and / or chai upgrades. I fixed that and tested that, but I approved it myself and there may be problems I did not find. If so, please reply to this comment so I get a notification ( or comment directly on the translation ).Seems fixed with Node / chai upgrades. Please confirm.
You found a bug in the kata.
I'm going to fix it.Fixed.This comment is hidden because it contains spoiler information about the solution
Yes, it's normal w.r.t. definition of how Fibonacci numbers are extended to negative domain given in the description.
This comment is hidden because it contains spoiler information about the solution