会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
人生有味是清欢
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2020年7月17日
拓扑排序
摘要: https://blog.csdn.net/qq_41713256/article/details/80805338
阅读全文
posted @ 2020-07-17 20:31 人生有味是清欢
阅读(88)
评论(0)
推荐(0)
2020年7月15日
P2170 选学霸
摘要: 算法 并查集,背包问题 思路: 用并查集合并同一水平的人,找出个数(统计?),然后背包 #include<cstdio> #include<cmath> #include<algorithm> using namespace std; int f[100000],p[100000],i,j,x,y,
阅读全文
posted @ 2020-07-15 20:46 人生有味是清欢
阅读(139)
评论(0)
推荐(0)
P2016 战略游戏
摘要: 算法 一、树形DP 二、二分图最小点覆盖 思路 1 树形结构!!! 因为是一棵树,所以对于每个节点,我们都把它当成根节点处理\to→树形dp!!! 注意,某个士兵在一个结点上时,与该结点相连的所有边将都可以被了望到。 定义状态dp[u][0/1]表示u这个节点不放/放士兵 根据题意,如果当前节点不放
阅读全文
posted @ 2020-07-15 20:11 人生有味是清欢
阅读(168)
评论(0)
推荐(0)
无根树
摘要: https://baike.baidu.com/item/%E6%97%A0%E6%A0%B9%E6%A0%91/10017543?fr=aladdin
阅读全文
posted @ 2020-07-15 20:02 人生有味是清欢
阅读(235)
评论(0)
推荐(0)
2020年7月11日
高斯消元
摘要: https://cloud.tencent.com/developer/article/1087352
阅读全文
posted @ 2020-07-11 08:44 人生有味是清欢
阅读(127)
评论(0)
推荐(0)
2020年7月7日
分层图
摘要: https://blog.csdn.net/qq_40736036/article/details/85041838 https://blog.csdn.net/weixin_34348174/article/details/94574289
阅读全文
posted @ 2020-07-07 10:12 人生有味是清欢
阅读(115)
评论(0)
推荐(0)
分块九讲
摘要: http://hzwer.com/8053.html
阅读全文
posted @ 2020-07-07 09:18 人生有味是清欢
阅读(152)
评论(0)
推荐(0)
2020年7月6日
SPFA浅谈
摘要: https://blog.csdn.net/sxy201658506207/article/details/78779045
阅读全文
posted @ 2020-07-06 11:15 人生有味是清欢
阅读(142)
评论(0)
推荐(0)
memset无穷赋值
摘要: https://blog.csdn.net/stl112514/article/details/27111167
阅读全文
posted @ 2020-07-06 09:18 人生有味是清欢
阅读(120)
评论(0)
推荐(0)
无穷大
摘要: https://blog.csdn.net/L_apple8/article/details/52525752
阅读全文
posted @ 2020-07-06 09:16 人生有味是清欢
阅读(130)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告