NOIP提高组第2题(1995-2018)

NOIP1995年提高组 第2题 灯的排列问题 https://blog.csdn.net/yxg_123/article/details/56843481 https://blog.csdn.net/C_13579/article/details/83316443 http://www.it610.com/article/1356513.htm https://blog.csdn.net/AXuan_K/article/details/41355871 https://www.cnblogs.com/qscqesze/p/4334157.html

NOIP1996年提高组 第2题 数制转换 https://blog.csdn.net/yuyanggo/article/details/47320467

NOIP1997年提高组 第2题 代数表达式 http://www.tsinsen.com/A1112 https://blog.csdn.net/yuyanggo/article/details/47658061

NOIP1998年提高组 第2题 https://blog.csdn.net/wdajsnhc/article/details/79720333

NOIP1999年提高组 第2题 P1015 回文数 https://www.luogu.org/problemnew/show/P1015

NOIP2000年提高组 第2题 P1018 乘积最大 https://www.luogu.org/problemnew/show/P1018

NOIP2001年提高组 第2题 P1025 数的划分 (资源分配 DP,多维状态 DP) http://noi.openjudge.cn/ch0206/8787/ https://www.luogu.org/problemnew/show/P1025

NOIP2002年提高组 第2题 P1032 字串变换(BFS,字符串) https://www.luogu.org/problemnew/show/P1032

NOIP2003年提高组 第2题 P1039 侦探推理(枚举,模拟,字符串) https://www.luogu.org/problemnew/show/P1039

NOIP2004年提高组 第2题 P1090 合并果子(最优哈夫曼树,排序,贪心) https://www.luogu.org/problemnew/show/P1090

NOIP2005年提高组 第2题 P1052 过河(子序列 DP,贪心优化) https://www.luogu.org/problemnew/show/P1052

NOIP2006年提高组 第2题 P1064 金明的预算方案(资源分配 DP,构造) https://www.luogu.org/problemnew/show/P1064

NOIP2007年提高组 第2题 字符串的展开(字符串 模拟) https://bbs.codeaha.com/problem-11016.html https://www.luogu.org/problemnew/show/P1098

NOIP2008年提高组 第2题 火柴棒等式(枚举,优化/开表) https://bbs.codeaha.com/problem-12026.html https://www.luogu.org/problemnew/show/P1149

NOIP2009年提高组 第2题 P1072 Hankson的趣味题(初等数论,质因数,组合数学) https://www.luogu.org/problemnew/show/P1072

NOIP2010年提高组 第2题 P1541 乌龟棋(动态规划优化) https://www.luogu.org/problemnew/show/P1541

NOIP2011年提高组 第2题 P1311 选择客栈(二分查找) https://www.luogu.org/problemnew/show/P1311

NOIP2012年提高组 第2题 国王游戏(贪心、排序后列出) https://www.luogu.org/problemnew/show/P1080

NOIP2013年提高组 第2题 P1966 火柴排队(逆序对、贪心、排序) https://bbs.codeaha.com/problem-12083.html https://www.luogu.org/problemnew/show/P1966

NOIP2014年提高组 第2题 P1351 联合权值 (动态规划 搜索 图结构 树形DP 图的遍历 遍历(图论),二次展开式 ) https://bbs.codeaha.com/problem-12086.html https://bbs.codeaha.com/problem-12210.html https://www.luogu.org/problemnew/show/P1351

NOIP2015年提高组 第2题 P2661 信息传递(Tarjen bfs/dfs(图论)) https://bbs.codeaha.com/problem-12107.html https://www.luogu.org/problemnew/show/P2661

NOIP2016年提高组 第2题 天天爱跑步 (Lca/ dfs(图论)树结构 最近公共祖先) https://bbs.codeaha.com/problem-12208.html https://www.luogu.org/problemnew/show/P1600

NOIP2017年提高组 第2题 时间复杂度(模拟) https://bbs.codeaha.com/problem-12333.html https://www.luogu.org/problemnew/show/P3952

NOIP2018年提高组 第2题 货币系统(数论) https://bbs.codeaha.com/problem-12391.html https://www.luogu.org/problemnew/show/P5020