diff.md
# Diff algorithms
## Myers diff
See [http://blog.robertelder.org/diff-algorithm/](http://blog.robertelder.org/diff-algorithm/).
## Patience diff
See [Patience diff on wikipedia](https://en.wikipedia.org/wiki/Patience_sorting#Algorithm_for_finding_a_longest_increasing_subsequence).