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.
Lua translation Can someone review it ? Thanks
For the life of me I could not figure out a solution yet alone an elegant one, is anyone able to give me hints/tips? I don't think this is a 7kyu kata, I might be wrong though.
( JS )
Test.expect
Number.MAX_SAFE_INTEGER
( Haskell )
(Num a,Enum a) => a -> a
will do, which allows floating point types and types that will lead to overflowThe description can be polished in my opinion. This line is not helping:
Why 8, not 3 or 2?
I would write something like:
Also it's not written anywhere that "towerCombination(n)" will be held on a n*n chess board.
Finally the "drawing" representing the solutions, there is no legend. At first I was seing the 0 as the rook, not the x.