Skip to content

elixir-berlin/kata-list-ops

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kata - 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%