hamming
This commit is contained in:
33
elixir/hamming/.exercism/config.json
Normal file
33
elixir/hamming/.exercism/config.json
Normal 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/"
|
||||
}
|
||||
1
elixir/hamming/.exercism/metadata.json
Normal file
1
elixir/hamming/.exercism/metadata.json
Normal 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}
|
||||
Reference in New Issue
Block a user