We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Hello,
I'm using Java and have the problem, that the test cases except the first one always run out of time (>4s). I optimized my algorithm, now I can run 10^6 times a difficult input in time:
(250000000000000 100000000000000000)
Still the test cases don't finish..
I don't get what's different in these..
Any hints or ideas what I'm missing? I really got stuck here..
Thanks
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Project Euler #115: Counting block combinations II
You are viewing a single comment's thread. Return to all comments →
Hello, I'm using Java and have the problem, that the test cases except the first one always run out of time (>4s). I optimized my algorithm, now I can run 10^6 times a difficult input in time: (250000000000000 100000000000000000) Still the test cases don't finish.. I don't get what's different in these..
Any hints or ideas what I'm missing? I really got stuck here..
Thanks