wergstatt / gale-shapley

Implementation of Gale-Shapley Matching Algorithm in Scala
0 stars 0 forks source link

Provide an API #2

Open wergstatt opened 4 years ago

wergstatt commented 4 years ago

As the main goal is to provide a solution to Rosetta Code, it will be necessary to map a collection of Strings onto the written solver. Thus, provide some API to handle this type of input.

wergstatt commented 4 years ago

Finished a first attempt to use Strings as Input. However, the current version seems non-verbose and repetitive.