stevensblueprint / aad-matching-service

0 stars 0 forks source link

Testing Existing Algorithms #4

Open Caposto opened 1 week ago

Caposto commented 1 week ago

Description

Find existing JavaScript implementations of the Gale-Shapley Matching Algorithm. Run a local example on a custom dataset to see which one aligns best with our project's needs. Can also explore algorithms written in different coding languages.

Definition of Done

Story Points: 3

Banani456 commented 3 hours ago

https://docs.google.com/document/d/16a-XPdqIR-1gBbTm00rEKDWdxtq9HS4llEXVauXhhp0/edit?usp=sharing

Banani456 commented 3 hours ago

Most likely need to start from scratch, some useful links are listed above of different algorithms that can allow us to create a matching algorithm.