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.
This comment is hidden because it contains spoiler information about the solution
God i love haskell
what
Forked and approved
Scrutinized tests
Removed reference solution
Updated to Kotlin 1.9
This is great
Actually I was hoping for a hint. :)
Done.
Numbers very big -> linear time won't work. I'll remove the DP tag.
Unfortunately your reply is hidden for me. Could you maybe reformulate without a spoiler? Thanks!
Wow, thanks! I wonder what's causing this...
I tried to run your solution without
{-# LANGUAGE ImportQualifiedPost #-}
and tests passed. You also need to changeimport Data.Traversable qualified as T
toimport qualified Data.Traversable as T
Try it without the use of Monad!
Hint: take the invers of digitToInt and the invers of show
Still did not fix
Try to add
{-# LANGUAGE Haskell2010 #-}
and fix compilation errors. It seems the issue is because of lib used to validate imports. It fails if code is not a valid Haskell2010.Loading more items...