Problem Solving/LeetCode
2023.08.20 Today's Challenge
fabichoi
2023. 8. 20. 23:45
https://leetcode.com/problems/find-critical-and-pseudo-critical-edges-in-minimum-spanning-tree/
Find Critical and Pseudo-Critical Edges in Minimum Spanning Tree - LeetCode
Can you solve this real interview question? Find Critical and Pseudo-Critical Edges in Minimum Spanning Tree - Given a weighted undirected connected graph with n vertices numbered from 0 to n - 1, and an array edges where edges[i] = [ai, bi, weighti] re
leetcode.com
크루스칼로 푸는 문제라고 함.
패스 해야 할 듯 ㅠㅠ
반응형