Skip to content

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

Notifications You must be signed in to change notification settings

LauraBeatris/odd-list-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Languages