Impressive, very nice. Now let's see LLM's space complexity.
post
isnt O(n³) usually simplified to O(n²) anyway ?
replies:
Any algorithm can be O(n^2) if you only want it to be occasionally right.
replies:
permalink
fedilink
source
parent
Yes.
And depending how occasionally we're talking, I can code for some very fast solutions when the correctness requirements are low enough.
Alternately, if we want it to only be occasionally fast, I've got a very nice looking and very wrong algorithm for that, as well.
all 8 comments