|
|
|
|
|
by koala_man
616 days ago
|
|
> extremely large functions
> quadratic behavior *High five* I fixed several of these during my time as a compiler engineer too. It's true what they say, quadratic is the worst possible time complexity. Fast enough to work on all your test cases, slow enough to explode in prod. |
|