You are viewing a single comment's thread. Return to all comments →
I have O(n^3) complexity but only the first case passes (used C++). This is a frustrating problem. It may even timeout in IO!
Seems like cookies are disabled on this browser, please enable them to open this website
Project Euler #150: Searching a triangular array for a sub-triangle having minimum-sum.
You are viewing a single comment's thread. Return to all comments →
I have O(n^3) complexity but only the first case passes (used C++). This is a frustrating problem. It may even timeout in IO!