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.
static
in my C katas and relied on stupid obfuscation instead. gona change that right awayunsigned
as a hint for the codewarrior because the description says that integers will always be positivethanks to you two :)
Thank you so much! after some looking around and testing I was able to get it and I am very surprised at that too. Thanks again!
i dont know python but i can say how i started js. learn data structures started by doing simple thing like manipulating an array or object in functions. and start your 8th 7th kyu challenges. i'm still a begginer though so i hope it helps
Hey there,
I'm not sure about the material but I hope the following steps will help you go through this kata.
You are give an integer or you can say a number in this kata.
P.S - The figuring out part can be as simple as a google search 😉. Make sure you understand the concept and then try attempting the kata or it will be of no use.
I am new and needed help. Is there any material that would help me with this task? I use python
This comment is hidden because it contains spoiler information about the solution
i will try to create an if statment for 32 bit
It fails only this sample test, but will probably fail more test cases from full test suite.
Yes, your solution has an error.
Did you try to recreate the test case for
Number.MAX_SAFE_INTEGER
locally and see how it works and why it might fail?This comment is hidden because it contains spoiler information about the solution
Did you try your solution with
Number.MAX_SAFE_INTEGER
?Your solution fails sample test for
Number.MAX_SAFE_INTEGER
, or actually for any number lager than 32 bytes.This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
It's about
descending
order, not reverse order. 2110 > 1201Loading more items...