otobrglez / compression-puzzle

Attempts to crack the "compression puzzle".
14 stars 47 forks source link

Add Elixir solutions #37

Closed szlend closed 2 years ago

szlend commented 2 years ago

Elixir solutions using Enum.chunk_while/4 and recursion.

otobrglez commented 2 years ago

Thank you for taking the time and putting it together!