Skip to content

mrcvinicius/rs-elixir-challenge-ListLength

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ListLength

Sobre o desafio

Nesse desafio, você deverá criar uma função que, dada uma lista de números (exemplo [1, 3, 6, 43, 6]), calcule, recursivamente, quantos elementos há na lista e retorne esse valor.

Para exemplo, temos a seguinte entrada e saída esperada pela função que recebe a lista:

iex> ListLength.call([1, 2, 3, 5, 7])
...> 5

Installation

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

def deps do
  [
    {:list_length, "~> 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_length.

About

RocketSeat Ignite Elixir - List length challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages