Fabsolute / elixir99

Scala-99 Problems - But with Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elixir-99: Ninety-Nine Elixir Problems

The purpose of this problem collection is to allow you to practice your skills in logic programming. Your goal should be to find the most elegant solution for the given problems. Efficiency is important, but logical clarity is even more crucial. Some of the (easy) problems can be trivially solved using built-in predicates. However, in these cases, you learn more if you try to find your solution.

These are Elixir translations of Ninety-Nine Lisp Problems, which are themselves a translation of Ninety-Nine Prolog Problems. Although all collections have 99 in their names there's actually only 88 problems.

Problems

Running Tests

mix test

References

About

Scala-99 Problems - But with Elixir


Languages

Language:Elixir 100.0%