1) test two strings are different (Test)
test.ex:6
Assertion with == failed
code: assert "hello world!" == "Hello, my world"
left: "hello world!"
right: "Hello, my world"
stacktrace:
test.ex:7: (test)
Slide 38
Slide 38 text
No content
Slide 39
Slide 39 text
An O(ND) Difference Algorithm
and Its Variations
Eugene W. Myers
Slide 40
Slide 40 text
“Find the shortest edit script to turn
a sequence A into a sequence B.”
= Find shortest path
in a graph
Slide 41
Slide 41 text
O(ND)
D is related to how
"similar" the two
sequences are
DNA strand mutation
source code changes