Hacker News new | ask | show | jobs
by saagarjha 2346 days ago
Unfortunately big-O algorithmic analysis doesn't translate cleanly to the real world due to constants and other inefficiencies.
1 comments

It does in this case. Champtar says it's something about the size of the matrix that makes it run out of space. The overhead of the double array is already paid for.