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
- Host: GitHub
- URL: https://github.com/brianbroderick/elixir_data_structures
- Owner: brianbroderick
- License: mit
- Created: 2018-03-26T20:24:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T15:54:57.000Z (almost 8 years ago)
- Last Synced: 2025-03-22T22:15:01.889Z (10 months ago)
- Topics: code-exercise, data-structures, elixir, elixir-lang, elixir-programming-language
- Language: Elixir
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`