omg, somehow i never thought of declaring the solutions' functions static in my C katas and relied on stupid obfuscation instead. gona change that right away
i'm aware that RAND_MAX != UINT_MAX, i'm just using unsigned as a hint for the codewarrior because the description says that integers will always be positive
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.
Try to figure out how you can - Convert an integer to its binary form in python
Also try figuring out - How to reverse a string/number in python
I am sure after this you will know how to go through the 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.
This comment is hidden because it contains spoiler information about the solution
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