Packages

Bracketology is the art/science of seeding and playing out competitions. It nests matches in stages in tournaments to model many common real-world events.

Current section

Files

Jump to
bracketology lib bracketology ranking_system.ex
Raw

lib/bracketology/ranking_system.ex

defmodule Bracketology.RankingSystem do
@moduledoc """
Score and rank `Bracketology.Stage.Participant`.
"""
end