会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
花花与小叮当
博客园
园子
首页
新随笔
联系
管理
订阅
2018年8月29日
并查集
摘要: /*并查集*/ #include int *a; int *sz; int count; //the number of connected component //union two connected components with weights void union_two_points(int p, int q) { int i = root(p); int j = ro...
阅读全文
posted @ 2018-08-29 10:40 花花与小叮当
阅读(161)
评论(0)
推荐(0)
编辑
公告