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 kata uses Node.js v8, which doesn't support
flat
method.flat
method is added on Node.js in version11.15.0
still a virgin, huh?
Im sorry, but this is way over my head, I cannot understand how this explains why prod fails
Hey there. It appears you're new here, so here's some tips:
perfomance
tag in description). This means your code is too slow for this task :/ (too high time complexity). It could be due to excessive sorting or reversing, I'm not sure. (I haven't checked, maybe someone else can help you there)Happy coding!
Just read the docs...