|
|
|
|
|
by jojomodding
318 days ago
|
|
I'm continually amazed by the asymptotic complexity of union-find, which is O(alpha(n)), where alpha(x) is the inverse of the Ackermann function (and n the number of sets you union). In other words, O(6) or so as long as your inputs fit into the observable universe. |
|
But if you're not implementing AI or game engines, some of the linear algebra space may be a road less traveled.