We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49eaeb9 commit 229151fCopy full SHA for 229151f
README.md
@@ -6,6 +6,8 @@ Parent is [js-algorithms](https://github.com/make-github-pseudonymous-again/js-a
6
See [docs](https://graph-algorithm.github.io/minimum-cut/index.html).
7
8
```js
9
+import {mincut} from '@graph-algorithm/minimum-cut';
10
+
11
// 5 2
12
// |\ /|
13
// | 0--1 |
0 commit comments