Hacker News new | past | comments | ask | show | jobs | submit login

Since we're looking for a O(n^2) algorithm, not specifically n^2 operations, this actually doesn't help. You could for example need 1000n^2+1000000 operations, which would look terrible if you only look at n=4, but you're golden if n=10000000 (and even if there's no practical n where you win, it's still theoretically very interesting).



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: