class Diff::MyersLinear
- Diff::MyersLinear
- Diff::Differ
- Reference
- Object
Defined in:
diff/differs/myers_linear.crConstructors
Class Method Summary
Instance Method Summary
- #backward(box, vf, vb, d, &)
- #diff : Array(Diff::Edit)
- #find_path(left, top, right, bottom)
- #forwards(box, vf, vb, d, &)
- #midpoint(box)
- #walk_diagonal(x1, y1, x2, y2, &block : Int32, Int32, Int32, Int32 -> )
- #walk_snakes(&block : Int32, Int32, Int32, Int32 -> )