An open API service indexing awesome lists of open source software.

https://github.com/brianbroderick/elixir_data_structures

Meetup example project
https://github.com/brianbroderick/elixir_data_structures

code-exercise data-structures elixir elixir-lang elixir-programming-language

Last synced: 7 months ago
JSON representation

Meetup example project

Awesome Lists containing this project

README

          

# Elixir Data Structures - Exercises

This is an exercise in converting data structures into other data structures.

1. Fork this repo
2. Edit the functions to make the tests pass by running `mix test`
3. Push your answers to your fork.

Currently, there are 3 files: atoms, conversions, and structs. Feel free to use whatever resource you have available to you. Some of these functions will end up being a 1 liner. Some will require a little more effort.

You can get to a console by running `iex -S mix`