Hacker News new | ask | show | jobs
by IshKebab 1935 days ago
Yes but does your code actually do tree diffing or does it just do line based diffing?

Proper tree diffing is a really hard (I would say unsolved) problem. The "standard" algorithm is O(N^4)!