Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
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...