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.
there are no tests for Haskell, annoying
Finding thepeaks is not difficult, but your wanted solution with a Map and List is confusing, why not use a Map and put a position and a peakheight together?
Thanks, found my mistake. i need to make it better because its too slow
it keeps saying timed out. -_- i am new can someone help me
sorry, i am quite new and now that i saw the solutions i get it.
I would still leave the comment up, if others run in the same issue.
thanks
Read the description:
And that's what your code does, so, no wonder it will fail.
The kata works fine in Java (your language). Your code timing out is not a kata
issue
. You need to write a more efficient algorithm.This comment is hidden because it contains spoiler information about the solution