example.com/path/to/article
000 points · username · 0 hours ago
example.com117 points · 36 comments · 1 day ago · thomasahle
I made this website to make it easy for anyone how has polynomials to evaluate to see how it would be done using our method, as well as a number of previous approaches by Knuth and others.
guyomes
emil-lp
Do you think this can be used to speed up the algebraic method for k-path?
If so, you should enter next years PACE challenge.
pvillano
One small change I'd recommend is for the graph visualization, have a separate source node for each x, x^2, x^4 used. A single x source clutters the graph and hides the structure.
IsTom
voxelghost
Also I am curious, in your version vs. horner , how do both algorithms map onto number of fmadd operations?
throwaway81523
[deleted]
huhtenberg
vlovich123
aetherspawn
thomasahleOP
gowld
We also give an injective polynomial construction for universal hashing that uses N multiplications to hash 2N values with a single random key. This improves the best previous construction by Daniel J. Bernstein (this http URL).
gowld