Christian_D's blog

By Christian_D, history, 6 years ago, In English

The problem is here. My latest attempt is here.

I've implemented a version of this algorithm. It works for the smaller tests, however in the worst case (100000x100000 matrix, nothing blurry) my implementation still takes about 13 seconds.

I've optimized it as far as I'm able to. Is there something I'm missing? Or another approach entirely? I'm stuck.

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it