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
total will be equal n, not x * n
arguments is a built-in feature in JavaScript that is only available within all non-arrow functions.
This comment is hidden because it contains spoiler information about the solution
why you guyes dont use using namespace std ;
This comment is hidden because it contains spoiler information about the solution
These simple things makes me feel stupid every kata again xD
:O everything is about maintainability! :P
That doesn't matter. Just passing the test matters.
It is indeed a good solution, but it's important to note that it overflows faster, causing us to lose almost 1/3 of the possible values
Also, your list of characters to split on is not that scalable. That'd be best in a collection of some kind.
i did mean natural languages (Chinese, Korean, Arabic, etc), not programming languages
Iterating over bytes, or runes, doesn't matter here. This logic does in fact work in other languages, because I used this logic in other languages to solve this, such as C#, JavaScript, Python, and Ruby.
Go be cancerous somewhere else.
You iterate over bytes, not runes. This solution won't work correctly with other languages.
Really 🙂
Loading more items...