Skip to content

An Elixir solution to the Santa Claus Coordination Problem

License

Notifications You must be signed in to change notification settings

rhumbertgz/santa_claus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SantaClaus

This is an Elixir solution to the classic Santa Claus Problem. This implementation is based on the Erlang solution of Richard A. O'Keefe (http://www.cs.otago.ac.nz/staffpriv/ok/santa/santa.erl)

Installation

If available in Hex, the package can be installed by adding santa_claus to your list of dependencies in mix.exs:

def deps do
  [{:santa_claus, "~> 0.1.0"}]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/santa_claus.

About

An Elixir solution to the Santa Claus Coordination Problem

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages