This document discusses a randomized algorithm to solve the min-cut problem using Karger's algorithm, which operates on connected, undirected multigraphs. The algorithm randomly contracts edges to estimate the minimum cut size, with a high probability of accuracy when executed multiple times. The analysis highlights the algorithm's efficiency, achieving results in O(n^2 log n) operations, compared to deterministic algorithms which are generally slower.