This comment is hidden because it contains spoiler information about the solution
Hahaha. Great solution. :)
I wish I could remove my old solutions...
Some of these solutions, even though they pass the tests, only returns all zeros or all ones. So they aren't really solutions to the problem.
generate(16) == "0000000000000000" generate(16) == "1111111111111111"
Elixir version: The function name required in solutions is sumMin. Issue 1: Function names in idiomatic elixir are snake_case, not camelCase. Issue 2: sum_min seems like a typo for this exercise. Maybe it should be sum_mixed or something similar.
sumMin
sum_min
sum_mixed
Loading collection data...
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Hahaha. Great solution. :)
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I wish I could remove my old solutions...
Some of these solutions, even though they pass the tests, only returns all zeros or all ones. So they aren't really solutions to the problem.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Elixir version: The function name required in solutions is
sumMin
.Issue 1: Function names in idiomatic elixir are snake_case, not camelCase.
Issue 2:
sum_min
seems like a typo for this exercise. Maybe it should besum_mixed
or something similar.Loading more items...