上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 51 下一页
摘要: 后续: 点分治标程 使用father数组 比使用vis数组优秀(不需要对vis初始化) https://codeforces.com/problemset/problem/1174/F https://codeforces.com/blog/entry/67388 有助于理解树链剖分 和 点分治 题 阅读全文
posted @ 2019-06-30 10:49 congmingyige 阅读(285) 评论(0) 推荐(0)
摘要: 数 sqrt 缩小范围 整除分块 阅读全文
posted @ 2019-06-29 23:11 congmingyige 阅读(324) 评论(0) 推荐(0)
摘要: bfs 位置+状态 just need to calculate min value(only it is useful), so O(1*x) 挺有趣的一道题。。。 阅读全文
posted @ 2019-06-29 22:10 congmingyige 阅读(310) 评论(0) 推荐(0)
摘要: 单调栈 题意看了半天。。。 阅读全文
posted @ 2019-06-29 21:50 congmingyige 阅读(126) 评论(0) 推荐(0)
摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 using namespace std; 9 #define ll long long 10 11 const int max=1e5+10; 12 13 int a[1]; 14 15 int mai... 阅读全文
posted @ 2019-06-25 20:37 congmingyige 阅读(230) 评论(0) 推荐(0)
摘要: study from: 一篇很好的文章 拆点 拆边 https://www.cnblogs.com/tweetuzki/p/10422496.html 认真看解释,造一个简单、有代表性的图,画图辅助理解 Thieves http://acm.hdu.edu.cn/showproblem.php?pi 阅读全文
posted @ 2019-06-19 18:27 congmingyige 阅读(198) 评论(0) 推荐(0)
摘要: study from: https://blog.csdn.net/luomingjun12315/article/details/45555495 SG[0]=0 https://zhuanlan.zhihu.com/p/20611132 https://www.jianshu.com/p/e21 阅读全文
posted @ 2019-06-17 19:18 congmingyige 阅读(150) 评论(0) 推荐(0)
摘要: https://www.luogu.org/problemnew/show/P1908 阅读全文
posted @ 2019-05-30 19:11 congmingyige 阅读(239) 评论(0) 推荐(0)
摘要: https://www.luogu.org/problemnew/show/U22582 阅读全文
posted @ 2019-05-29 19:04 congmingyige 阅读(227) 评论(0) 推荐(0)
摘要: study from : https://jingyan.baidu.com/article/925f8cb8bce1f0c0dce0564f.html 寻找文献 谷歌学术 from: https://x.glgoo.top/scholar?hl=zh-CN&as_sdt=0%2C5&q=&btnG 阅读全文
posted @ 2019-05-06 15:27 congmingyige 阅读(255) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 51 下一页