/odd-list-filter

Elixir algorithm exercise to filter odd numbers from a given string list and return its quantity

Primary LanguageElixir

Odd List Filter

Elixir algorithm exercise to filter odd numbers from a given string list and return its quantity

Interesting Resources

Module Usage

  ListFilter.call(["1", "3", "6", "43", "banana", "6", "abc"]) # Result: 3