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.
There is a test where one of input strings contain some leading zeroes. It's no big deal to make a workaround, but it leads to inconsistency:
This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/206.
Please join the discussion to help us identify duplicate kata and retire them.
Rust translation finished.
AFAIK, there is no readily available BigInt in Rust.Added anti-cheat.
Please, this Kata blocks BigInt, but it doesn't say that BigInt is not allowed. Does anyone know how I can use BigInt without BigInt?
Hey, I really think that you should mention that strings are not the standard way of representing bigintegers, and to speed your code up, you should use an array of unsigned longs instead. I fell too deep into the string bigint rabbit hole before I realised myself.
Hello. I am try solve this kata in C language. Fixed tests passed, but random tests throw "Test Crashed Caught unexpected signal: 6". Help me please.
PS: Sorry for mistakes in my question, I am badly know English...
If the kata has further requirements (i.e. anti-cheat) this should be stated in the description
This comment is hidden because it contains spoiler information about the solution
C# fork disabled BigInteger
https://www.codewars.com/kumite/6319e777b80b15c8265ce45c?sel=6319e777b80b15c8265ce45c
NASM translation!
Let's change the idea of the text. For example, let there be a mailing manager
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Add a conditional comment for javascript:
BigInt
is disabled/not availableShould have added that BIG INT libraries are not allowed, otherwise this kata has no point.
Everyone is just using a library, ignoring the actual point of this kata.
Loading more items...