资 源 简 介
简单的稳定匹配算法实现,无bug
Implement Gale-Shapley algorithm of the Stable Matching Problem in your
favorite language, and give the matching result of attached ranking data
(boys rankings.txt and girls rankings.txt), supposing that the ranking is sorted
from high to low. (C++ source file gs make ranking.cc which generates the
data is also supplied here.)