Skip to content

Commit 3896697

Browse files
authored
Few more updates to the edit graph.
1 parent 90afdf7 commit 3896697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Myers Difference Algorithm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ MDA uses an **Edit Graph** to solve the LCS/SES problem. Below is a illustration
1919

2020
<img src='Images/EditGraph.png' height="400">
2121

22-
In this case, the arrays are:
22+
The x-axis at the top of the graph represents one of the sequences, `X`. The y-axis at the left side of the graph represents the other sequence, `Y`. Hence, the two sequences in question is the following:
2323

2424
```
2525
X = [A, B, C, A, B, B, A]

0 commit comments

Comments
 (0)