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.
This comment is hidden because it contains spoiler information about the solution
You are not considering what can happen if newavg is a float.
No the solution isnt always an integer if newavg is itself not an integer. If that happens(which it most often does in the Test cases) we will always prefer the next higher number. I made this way back in Python 2 but now, in Py 3.8 int isnt necessary.
you must return a 26 bit binary number as a string. If a character in the given string is an alphabet, the returned string must have a 1 in the position corresponding to the position of the letter in the english alphabet.
This comment is hidden because it contains spoiler information about the solution
This is crazy slow!!
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 is 7 kyu?.......how?
yeah changing all terms into int expression helped.
what is a good way to round this answer, I tried using round(), int(), ceil() , none of them satisfy all the Random cases
This comment is hidden because it contains spoiler information about the solution
Is it normal for the solution to this problem to take around 9000 ms?If not, whats a faster solution?
This comment is hidden because it contains spoiler information about the solution
Loading more items...