Skip to content

Elixir translations of Ninety-Nine Problems List

License

Notifications You must be signed in to change notification settings

cgerling/ninety-nine-elixir-problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-99: Ninety-Nine Elixir Problems

GitHub

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

  • Working with lists
  • Arithmetic
  • Logic and Codes
  • Binary Trees
  • Multiway Trees
  • Graphs
  • Miscellaneous Problems

References

About

Elixir translations of Ninety-Nine Problems List

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages