kilian-hu / hackerrank-solutions

A collection of solutions to competitive programming exercises on HackerRank.

Home Page:https://www.hackerrank.com/0xC0FFEE64

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TIMEOUT

karthik686 opened this issue · comments

Testcases 10,11,12,13&14 exceeds the execution time limit

Hi @karthik686

I assume you mean the timeouts for Maximum Subarray Value ? I noted that in the readme as a todo. I'll maybe update it to a good solution in the future if I have the time. Of course I'm open to your contributions :)

@kilian-hu my solutions will pass. I successfully managed to decrease its complexity to O(n). I created a pull request.