Skip to content

💇‍♀️ Minimum cut algorithm for JavaScript

License

Notifications You must be signed in to change notification settings

graph-algorithm/minimum-cut

Repository files navigation

Minimum cut algorithms for JavaScript. Parent is js-algorithms. See docs.

import{mincut}from'@graph-algorithm/minimum-cut';// 5 2// |\ /|// | 0--1 |// |/ \|// 4 3mincut([[0,1],[1,2],[1,3],[2,3],[0,4],[0,5],[4,5]]);// 0--1

LicenseVersionTestsDependenciesGitHub issuesDownloads

Code issuesCode maintainabilityCode coverage (cov)Code technical debtDocumentationPackage size