problemscpp
A collection of my answers to algorithm problems in c++.
|
#include <comp526.h>
Public 成员函数 | |
Company (int id) | |
Public 属性 | |
int | id = -1 |
Student * | matched_student = nullptr |
unordered_map< Student *, int > | priority |
unordered_set< Student * > | proposed_students |
|
inline |
引用了 id.
unordered_map<Student *, int> comp526::stable_matching::Company::priority |
unordered_set<Student *> comp526::stable_matching::Company::proposed_students |