Responses for exercises in Exercism.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
563 B

{
"authors": [],
"contributors": [
"alexanderific",
"amscotti",
"Dispader",
"ikhadykin",
"kytrinyx",
"sjwarner-bp"
],
"files": {
"solution": [
"src/main/groovy/Hamming.groovy"
],
"test": [
"src/test/groovy/HammingSpec.groovy"
],
"example": [
".meta/src/reference/groovy/Hamming.groovy"
]
},
"blurb": "Calculate the Hamming difference between two DNA strands.",
"source": "The Calculating Point Mutations problem at Rosalind",
"source_url": "https://rosalind.info/problems/hamm/"
}