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.
Awesome kata, thanks.
Nice kata, I learned a bit about Python ojbects.
I, as an amateur coder, found a lot of fun playing with pentomino problems..
So I just wanted to share!!
Thanks
Really nice kata, thanks, I had fun solving it :)
It says what it is. With a link. What more do you want?
tf is this meant to be
Yes you're right. I just get this error when I print the larger int values. I guess the ints get converted to strings first, and there's a limit on string lengths.
"ValueError: Exceeds the limit (4300) for integer string conversion; use sys.set_int_max_str_digits() to increase the limit"
See above, this occurs when you print the integer value.
In particular I don't think you can solve the problem without a call to this:
sys.set_int_max_str_digits()
Did you ban
sys
? It's needed for large ints in Python.Oh sorry man, I got busy with work. Was going to do it today. Thanks for helping me with it - and then doing it.
I updated the Go translation myself.
The author does not have to be active for a translation to get accepted.
See my reply above. Please create a new fork of your translation with all updates. I will check it and approve it.
This comment is hidden because it contains spoiler information about the solution
Loading more items...