problemscpp
A collection of my answers to algorithm problems in c++.
载入中...
搜索中...
未找到
comp526_test.cpp 文件参考
#include "comp526.h"
#include "gtest/gtest.h"

浏览该文件的源代码.

命名空间

namespace  comp526
 
namespace  comp526::amalgram
 
namespace  comp526::plantingtrees
 
namespace  comp526::recount
 
namespace  comp526::set
 
namespace  comp526::snowflakes
 
namespace  comp526::stable_matching
 

函数

vector< vector< int > > comp526::stable_matching::convert_prefs_to_matrix (const vector< vector< int > > &prefs)
 
 comp526::amalgram::TEST (amalgram, case1)
 
 comp526::amalgram::TEST (amalgram, case2)
 
 comp526::amalgram::TEST (amalgram, case3)
 
 comp526::plantingtrees::TEST (plantingtrees, case1)
 
 comp526::plantingtrees::TEST (plantingtrees, case2)
 
 comp526::recount::TEST (recout, case1)
 
 comp526::set::TEST (set, case1)
 
 comp526::snowflakes::TEST (snowflakes, case1)
 
 comp526::stable_matching::TEST (StableMatchingTest, MultiRound3x3)
 
 comp526::stable_matching::TEST (StableMatchingTest, Simple2x2)
 
 comp526::stable_matching::TEST (StableMatchingTest, Wikipedia3x3Example)
 
 comp526::stable_matching::TEST (StableMatchingTest, WorstCaseForStudents)