pop-count

This commit is contained in:
2023-12-20 23:21:06 -05:00
parent ec644472b3
commit 833fe9c0f5
10 changed files with 304 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"authors": [
"kahgoh"
],
"files": {
"solution": [
"lib/pop_count.ex"
],
"test": [
"test/pop_count_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Help Eliud count the number of eggs in her chicken coop by counting the number of 1 bits in a binary representation.",
"source": "Christian Willner, Eric Willigers",
"source_url": "https://forum.exercism.org/t/new-exercise-suggestion-pop-count/7632/5"
}

View File

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