Y
Hacker News
new
|
ask
|
show
|
jobs
by
IshKebab
375 days ago
I once looked into tree diffing algorithms (the literature is all about diffing XML even though it's really trees). The obvious dumb algorithm (which seems to be what everyone uses) is n^4.