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.
It's probably side effect from library blocker. Maybe fractions lib depends on blocked libraries.
Yes :)
I don't think this module was meant to be excluded. Author, what do you think?
why can't we use the
fraction
library in python?I would gladly disable gmp library for python but from previous experience this provokes a lot of nagging.
I may agree it is 7 kyu for Python,
but for JS, you need to write a prime check and search how to handle BigInt,
this still demands some work...
Thanks ! I was suprised it wasn't on OEIS yet. I'm glad that such autistic idea came to someone else too.
Just link the video that completely coincidentally was released at the same time as the kata https://www.youtube.com/watch?v=c066hLi78B0
Thank you, kind person! I fixed my solution!))
See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt.
Please, help me to find a way to solve this mistake:
channellingPrimes( 2 ): expected '2n' to equal 2n
.I have no idea how I can add char "n" to my answer without making the answer a string :/
approved
javascript translation
.
Or maybe not. Whatever, your kata, not my responsibility,
precompute 10001
fixes it.Loading more items...