Skip to content

A list filter to discover how many odd numbers are there

License

Notifications You must be signed in to change notification settings

vinolivae/list_filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

List Filter

TODO: Find how many odd numbers there are by filtering a list

Problem

given a list with ["1", "3", "6", "43", "bike", "6", "abc"] return how many odd numbers there are filtering a list.

Installation

If available in Hex, the package can be installed by adding list_filter to your list of dependencies in mix.exs:

def deps do
  [
    {:list_filter, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/list_filter.

About

A list filter to discover how many odd numbers are there

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages