文章列表

筛选

尺取法,p149

摘要: #include #include #include #include #include using namespace std; ……

开关问题,p150

摘要: #include #include #include using namespace std; static const int MAX = 50……

并查集实现

摘要: #include using namespace std; static const int MAX = 5000; static co……

线段树的实现

摘要: #include #include using namespace std; /* run this program using the console pa……

树状数组,

摘要: #include #include using namespace std; static const int MAX = 5000;……

旅行商问题

摘要: #include #include #include using namespace std; static const ……