perfect-numbers
This commit is contained in:
26
elixir/perfect-numbers/.exercism/config.json
Normal file
26
elixir/perfect-numbers/.exercism/config.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"authors": [
|
||||
"DoggettCK"
|
||||
],
|
||||
"contributors": [
|
||||
"angelikatyborska",
|
||||
"Cohen-Carlisle",
|
||||
"devonestes",
|
||||
"neenjaw",
|
||||
"sotojuan"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/perfect_numbers.ex"
|
||||
],
|
||||
"test": [
|
||||
"test/perfect_numbers_test.exs"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.ex"
|
||||
]
|
||||
},
|
||||
"blurb": "Determine if a number is perfect, abundant, or deficient based on Nicomachus' (60 - 120 CE) classification scheme for positive integers.",
|
||||
"source": "Taken from Chapter 2 of Functional Thinking by Neal Ford.",
|
||||
"source_url": "https://www.oreilly.com/library/view/functional-thinking/9781449365509/"
|
||||
}
|
||||
1
elixir/perfect-numbers/.exercism/metadata.json
Normal file
1
elixir/perfect-numbers/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"perfect-numbers","id":"a3a905652d3c4b7fbe13a8ea5819052b","url":"https://exercism.org/tracks/elixir/exercises/perfect-numbers","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user