KlausTrainer / hh-ex-april-2016-coding

coding challenge repo for hh.ex april edition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aprils Edition - ListOps

coding challenge repo for hh.ex april edition

Description:

This time we are going to go write some functional programming basics ourself. We are going to implement List operations like count, and reverse.

We have some tests prepared, you can run them as usual with mix test.

⚠️ Don't cheat! Avoid Enum, List, or similar things from the StdLib. ⚠️

Results

Please open a Pull Request with your solution, so we can discuss the results together and people who did not attend have a chance to see different approach.

About

coding challenge repo for hh.ex april edition


Languages

Language:Elixir 100.0%