摘要:
实现并查集的查找、合并、类别size class UF{ constructor(n){ this.parent=Array(n) this.size=[] for (let i = 0; i < n; i++) { this.parent[i] = i; this.size[i] = 1; } } 阅读全文
posted @ 2022-12-14 20:38
无工时代
阅读(24)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2022-12-14 17:49
无工时代
阅读(52)
评论(0)
推荐(0)

浙公网安备 33010602011771号