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 random tests include values of
n
that are$\le 2$
. I made a fork that fixes it.in sql, the description does not specify wether the output table should have 2 columns or only the res column. That being said, I do believe that outputting 2 columns, the number of angles and the total sum of angles is much better coding practice than just outputting one column just
Schema of input and desired output tables are not described, seems like test cases are whack too.
Well, the
random_tests
actually sometimes include input that is <= 2!Thus the statement
N will be greater than 2
is incorrect!E.g. this code in Rust:
sometimes does not pass the
random_tests
and says: