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.
Haskell translation
Added a Haskell fork that completely overhauls the existing translation and adds random tests.
This comment is hidden because it contains spoiler information about the solution
Haskell fork with random tests.
It looks like @msp729's translation from 2 years ago fixed this.
Haskell fork adding a fixed test case that should time out for brute-force solutions.
Haskell fork that removes random testing from the sample inputs, among other tweaks that are detailed in the fork's discourse.
(Haskell, maybe others)
Fixed test cases allow for solutions that do not properly check for square matrices such at this solution.
I've made a Haskell fork that adds the following test cases:
Not sure what to make of vector V. Are the entries b1, b2 ... bn the result of a calculation, or just some random numbers ?
fork merged, closing this issue
Seems fine, although
shouldBeApproxPrec
allows to put a manual margin (like,1e-9
) or smth.\1e-6
is good too, so approved :DApproved by someone
Haskell translation
Fork that fixes the issue.
Loading more items...