# Also knows as the deferred acceptance algorithm. # Helps in matching two groups in a 'greedy' manner to achieve a 'stable matching'. ## This implementation assumes each hospital can only make one ...
returns a list where the index position corresponds to the donor and value at the index is the organ recipient. To better understand the algorithm, see also: https ...