【HDOJ】1914 The Stable Marriage Problem
摘要:
稳定婚姻问题,Gale-Shapley算法可解。 1 /* 1914 */ 2 #include <iostream> 3 #include <sstream> 4 #include <string> 5 #include <map> 6 #include <queue> 7 #include <s 阅读全文
posted @ 2016-02-07 00:24 Bombe 阅读(175) 评论(0) 推荐(0) 编辑