perfect-numbers

This commit is contained in:
2024-07-07 20:55:46 -04:00
parent 58eac331ab
commit 00a1a882dd
10 changed files with 328 additions and 0 deletions

View 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/"
}

View 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}