This commit is contained in:
2024-06-26 23:52:34 -04:00
parent 10cfc2215b
commit eb76c60826
10 changed files with 280 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
{
"authors": [
"Teapane"
],
"contributors": [
"angelikatyborska",
"Cohen-Carlisle",
"dalexj",
"devonestes",
"jedschneider",
"lpil",
"neenjaw",
"parkerl",
"percygrunwald",
"sotojuan",
"veelenga",
"waiting-for-dev"
],
"files": {
"solution": [
"lib/hamming.ex"
],
"test": [
"test/hamming_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Calculate the Hamming difference between two DNA strands.",
"source": "The Calculating Point Mutations problem at Rosalind",
"source_url": "https://rosalind.info/problems/hamm/"
}

View File

@@ -0,0 +1 @@
{"track":"elixir","exercise":"hamming","id":"834311640e76451ab99f7b24cbe83404","url":"https://exercism.org/tracks/elixir/exercises/hamming","handle":"negrienko","is_requester":true,"auto_approve":false}