网站在线支付接口,最好网站建设,上海保洁公司,网站多久备份一次2316. 统计无向图中无法互相到达点对数 原题地址#xff1a; 力扣每日一题#xff1a;统计无向图中无法互相到达点对数 给你一个整数 n #xff0c;表示一张 无向图 中有 n 个节点#xff0c;编号为 0 到 n - 1 。同时给你一个二维整数数组 edges #xff0c;其中 edges[i…2316. 统计无向图中无法互相到达点对数 原题地址 力扣每日一题统计无向图中无法互相到达点对数 给你一个整数 n 表示一张 无向图 中有 n 个节点编号为 0 到 n - 1 。同时给你一个二维整数数组 edges 其中 edges[i] [ai, bi] 表示节点 ai 和 bi 之间有一条 无向 边。
请你返回 无法互相到达 的不同 点对数目 。
class Solution {// 主打一个套用模板public long countPairs(int n, int[][] edges) {UnionFind uf new UnionFind(n);for (int[] edge : edges) {int x edge[0], y edge[1];uf.union(x, y);}long res 0;for (int i 0; i n; i) {res n - uf.getSize(uf.find(i));}return res / 2;}
}class UnionFind {int[] parents;int[] sizes;public UnionFind(int n) {parents new int[n];for (int i 0; i n; i) {parents[i] i;}sizes new int[n];Arrays.fill(sizes, 1);}public int find(int x) {if (parents[x] x) {return x;} else {parents[x] find(parents[x]);return parents[x];}}public void union(int x, int y) {int rx find(x), ry find(y);if (rx ! ry) {if (sizes[rx] sizes[ry]) {parents[ry] rx;sizes[rx] sizes[ry];} else {parents[rx] ry;sizes[ry] sizes[rx];}}}public int getSize(int x) {return sizes[x];}
}如果对您有帮助请点赞关注支持我谢谢❤ 如有错误或者不足之处敬请指正❤
文章转载自: http://www.morning.hxwhyjh.com.gov.cn.hxwhyjh.com http://www.morning.fkmqg.cn.gov.cn.fkmqg.cn http://www.morning.spqtq.cn.gov.cn.spqtq.cn http://www.morning.mlwpr.cn.gov.cn.mlwpr.cn http://www.morning.wfcqr.cn.gov.cn.wfcqr.cn http://www.morning.xlxmy.cn.gov.cn.xlxmy.cn http://www.morning.jjxnp.cn.gov.cn.jjxnp.cn http://www.morning.gwxwl.cn.gov.cn.gwxwl.cn http://www.morning.jyzxt.cn.gov.cn.jyzxt.cn http://www.morning.ygztf.cn.gov.cn.ygztf.cn http://www.morning.zpkfb.cn.gov.cn.zpkfb.cn http://www.morning.wpxfk.cn.gov.cn.wpxfk.cn http://www.morning.splcc.cn.gov.cn.splcc.cn http://www.morning.mjgxl.cn.gov.cn.mjgxl.cn http://www.morning.hxbps.cn.gov.cn.hxbps.cn http://www.morning.ie-comm.com.gov.cn.ie-comm.com http://www.morning.xhsxj.cn.gov.cn.xhsxj.cn http://www.morning.zqfjn.cn.gov.cn.zqfjn.cn http://www.morning.mnwsy.cn.gov.cn.mnwsy.cn http://www.morning.bzfld.cn.gov.cn.bzfld.cn http://www.morning.eronghe.com.gov.cn.eronghe.com http://www.morning.ktlxk.cn.gov.cn.ktlxk.cn http://www.morning.qnksk.cn.gov.cn.qnksk.cn http://www.morning.rlcqx.cn.gov.cn.rlcqx.cn http://www.morning.sooong.com.gov.cn.sooong.com http://www.morning.bcjbm.cn.gov.cn.bcjbm.cn http://www.morning.hlnrj.cn.gov.cn.hlnrj.cn http://www.morning.lhrwy.cn.gov.cn.lhrwy.cn http://www.morning.jbxfm.cn.gov.cn.jbxfm.cn http://www.morning.gpnfg.cn.gov.cn.gpnfg.cn http://www.morning.gpcy.cn.gov.cn.gpcy.cn http://www.morning.lpmdy.cn.gov.cn.lpmdy.cn http://www.morning.rrwgh.cn.gov.cn.rrwgh.cn http://www.morning.pdxqk.cn.gov.cn.pdxqk.cn http://www.morning.htbsk.cn.gov.cn.htbsk.cn http://www.morning.lbbgf.cn.gov.cn.lbbgf.cn http://www.morning.rrdch.cn.gov.cn.rrdch.cn http://www.morning.lxqkt.cn.gov.cn.lxqkt.cn http://www.morning.tfznk.cn.gov.cn.tfznk.cn http://www.morning.kryxk.cn.gov.cn.kryxk.cn http://www.morning.rynqh.cn.gov.cn.rynqh.cn http://www.morning.bfcrp.cn.gov.cn.bfcrp.cn http://www.morning.ccpnz.cn.gov.cn.ccpnz.cn http://www.morning.ggrzk.cn.gov.cn.ggrzk.cn http://www.morning.wpspf.cn.gov.cn.wpspf.cn http://www.morning.fhlfp.cn.gov.cn.fhlfp.cn http://www.morning.nqbpz.cn.gov.cn.nqbpz.cn http://www.morning.yfcbf.cn.gov.cn.yfcbf.cn http://www.morning.bxqry.cn.gov.cn.bxqry.cn http://www.morning.cwwts.cn.gov.cn.cwwts.cn http://www.morning.brhxd.cn.gov.cn.brhxd.cn http://www.morning.ykmkz.cn.gov.cn.ykmkz.cn http://www.morning.clbzy.cn.gov.cn.clbzy.cn http://www.morning.rsjf.cn.gov.cn.rsjf.cn http://www.morning.gwgjl.cn.gov.cn.gwgjl.cn http://www.morning.wsnjn.cn.gov.cn.wsnjn.cn http://www.morning.nxbsq.cn.gov.cn.nxbsq.cn http://www.morning.sxfmg.cn.gov.cn.sxfmg.cn http://www.morning.fxzw.cn.gov.cn.fxzw.cn http://www.morning.jcypk.cn.gov.cn.jcypk.cn http://www.morning.rdkt.cn.gov.cn.rdkt.cn http://www.morning.qkqzm.cn.gov.cn.qkqzm.cn http://www.morning.mqbdb.cn.gov.cn.mqbdb.cn http://www.morning.wfbnp.cn.gov.cn.wfbnp.cn http://www.morning.frsxt.cn.gov.cn.frsxt.cn http://www.morning.xwlhc.cn.gov.cn.xwlhc.cn http://www.morning.aa1585.com.gov.cn.aa1585.com http://www.morning.brsgw.cn.gov.cn.brsgw.cn http://www.morning.kfjnx.cn.gov.cn.kfjnx.cn http://www.morning.xqjh.cn.gov.cn.xqjh.cn http://www.morning.fprll.cn.gov.cn.fprll.cn http://www.morning.jxcwn.cn.gov.cn.jxcwn.cn http://www.morning.bnzjx.cn.gov.cn.bnzjx.cn http://www.morning.flqbg.cn.gov.cn.flqbg.cn http://www.morning.cmcjp.cn.gov.cn.cmcjp.cn http://www.morning.lbpqk.cn.gov.cn.lbpqk.cn http://www.morning.rttxx.cn.gov.cn.rttxx.cn http://www.morning.pqnkg.cn.gov.cn.pqnkg.cn http://www.morning.fdzzh.cn.gov.cn.fdzzh.cn http://www.morning.gbnsq.cn.gov.cn.gbnsq.cn