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.
Hi @AldoNaletto and welcome to Codewars!
Which language do you notice this in? Also if you want to make a bug report please provide inputs/console logs for concrete evidence: read this troubleshooting guide - section on Print Your Input/Output
Then in your language, include a
console.log() / print() / etc.
command to display:These values will appear in the Codewars console so you can copy paste them here in Discourse. Only then can people know if the kata is wrong or if it is your code.
The random tests are failing with big numbers, about 10 decimal digits: the verification algorithm fails and expects one more bit 1 than actually exists
That's a problem with your code not a kata issue. For some input values your
numeroEnBinarioString
value isnull
. Read this: https://docs.codewars.com/training/troubleshootingThis comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution