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.
26 lines
563 B
26 lines
563 B
2 years ago
|
{
|
||
|
"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/"
|
||
|
}
|