Scott Button - 2018-05-13

This is the Graph Edit Distance matrix I get using SampleInput file database10.txt:

[0, 43, 43, 39, 39, 43, 39, 39, 78, 60]
[43, 0, 43, 43, 43, 43, 43, 43, 78, 60]
[43, 43, 0, 43, 43, 43, 43, 43, 78, 60]
[39, 43, 43, 0, 39, 43, 39, 39, 78, 60]
[39, 43, 43, 39, 0, 43, 39, 39, 78, 60]
[43, 43, 43, 43, 43, 0, 43, 43, 78, 60]
[39, 43, 43, 39, 39, 43, 0, 39, 78, 60]
[39, 43, 43, 39, 39, 43, 39, 0, 78, 60]
[78, 78, 78, 78, 78, 78, 78, 78, 0, 78]
[60, 60, 60, 60, 60, 60, 60, 60, 78, 0]

Is it correct?