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