Rejected, please see remark in fork
@eb110 I actually agree with you. It should be explained (or at least displayed in sample tests) that:
Explaining why 'K' is invalid and '4jzaaa' is valid??
What would be a better wording, if you would propose one? ^^
If a character is not within the valid range to generate its base-20 representation, then it is considered invalid, so should return -1
return -1
For a 7-kyu kata, simple 'If it cannot be done, return -1.' is too ambigous to be treated as valid description. 81% of rating score confirms that.
This comment is hidden because it contains spoiler information about the solution
!
added and updated to Node 12 as well
Added
No random tests
Fixed the descriptions
CoffeeScript translation kumited! Plase accept :D
You should tell in the description what can be the input.
Loading collection data...
Rejected, please see remark in fork
@eb110 I actually agree with you. It should be explained (or at least displayed in sample tests) that:
Explaining why 'K' is invalid and '4jzaaa' is valid??
What would be a better wording, if you would propose one? ^^
If a character is not within the valid range to generate its base-20 representation, then it is considered invalid, so should
return -1
For a 7-kyu kata, simple 'If it cannot be done, return -1.' is too ambigous to be treated as valid description. 81% of rating score confirms that.
This comment is hidden because it contains spoiler information about the solution
!
added and updated to Node 12 as well
Added
No random tests
Fixed the descriptions
CoffeeScript translation kumited! Plase accept :D
You should tell in the description what can be the input.
Loading more items...