The first thing (found in LCS.swift) is an algorithm that solves the Longest Common Subsequence problem.

The second thing (found in TableViewDiffCalculator.swift) is, well, a diff calculator for UITableViews.

Source: jflinter/Dwifft