prime-factors

This commit is contained in:
2024-08-20 22:15:20 -04:00
parent 00a1a882dd
commit 4e5b4dceeb
10 changed files with 320 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
{
"authors": [
"rubysolo"
],
"contributors": [
"andrewsardone",
"angelikatyborska",
"Cohen-Carlisle",
"dalexj",
"devonestes",
"jinyeow",
"lpil",
"neenjaw",
"parkerl",
"sotojuan",
"Teapane",
"waiting-for-dev"
],
"files": {
"solution": [
"lib/prime_factors.ex"
],
"test": [
"test/prime_factors_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Compute the prime factors of a given natural number.",
"source": "The Prime Factors Kata by Uncle Bob",
"source_url": "https://web.archive.org/web/20221026171801/http://butunclebob.com/ArticleS.UncleBob.ThePrimeFactorsKata"
}

View File

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