Exercises from Chapter 3 Functional Data Structures.
This repo is part of my blog series on Learning Elixir in which I work through exercises from Functional Programming in Scala using Elixir.
These exercises have two companion posts that describes some of the more interesting exercises in detail.
If you'd like to work through the exercises yourself you can use my tests as a guide. To do this:
- Clone the repo
- Remove lib/functional_data_strcutres.ex and replace it with your own file.
- Run
mix test
- Implement functions until the tests pass