Name: Anonymous 2017-01-22 14:57
Implement a "diff" program.
Input: two strings or files that may potentially be quite long.
Output: An edit sequence of inserts and deletes to go from one to the other.
Input: two strings or files that may potentially be quite long.
Output: An edit sequence of inserts and deletes to go from one to the other.