Python:实现karger算法 from __future__ import annotations import random TEST_GRAPH = { "1": ["2", "3", "4", "5"]