hinamizawa/stable-matching

This is an Clojure implantation of the [Gale–Shapley algorithm](https://en.wikipedia.org/wiki/Gale%E2%80%93Shapley_algorithm)

Leiningen/Boot

[hinamizawa/stable-matching "0.1.0"]

Clojure CLI/deps.edn

hinamizawa/stable-matching {:mvn/version "0.1.0"}

Gradle

implementation("hinamizawa:stable-matching:0.1.0")

Maven

<dependency>
  <groupId>hinamizawa</groupId>
  <artifactId>stable-matching</artifactId>
  <version>0.1.0</version>
</dependency>