There are well-developed algorithms for file diff. When comparing two text files, you can identify the added/deleted/modified lines.
Now I am looking for an algorithm for comparing two tables. Say, I have a table with m x n cells. Through a series of modifications -- adding/removing rows, adding/removing columns, and modifying cell data, I get a table with k x l cells. How do I find out the added/ removed rows/columns and modified cells? -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algoge...@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.