JSPM

@graph-algorithm/minimum-cut

2.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 99
  • Score
    100M100P100Q91896F
  • License AGPL-3.0

Minimum cut problem for JavaScript

Package Exports

  • @graph-algorithm/minimum-cut

Readme

💇‍♀️ @graph-algorithm/minimum-cut

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

// 5      2
// |\    /|
// | 0--1 |
// |/    \|
// 4      3
mincut([[0,1],[1,2],[1,3],[2,3],[0,4],[0,5],[4,5]]); // 0--1

License Version Tests Dependencies Dev dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size