aureooms/js-mincut

View on GitHub
src/mincut.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Default to the maxback algorithm.
 */

export {default} from './maxback/index.js';