merge: add UnionFind.js plus tests (#814)

* Create UnionFind.js

* Create UnionFindTest.js

* add UnionFind.js plus tests

* implement PR comments

* implement PR comment

* fix codestyle

Co-authored-by: Administrator <pi@pglp.noip.me>
This commit is contained in:
Philip Schikora
2021-10-26 14:35:22 +02:00
committed by GitHub
parent 4fa3c5ecd4
commit 8a4f117574
4 changed files with 185 additions and 10943 deletions

View File

@@ -27,7 +27,7 @@
"devDependencies": {
"babel-jest": "^26.3.0",
"globby": "^12.0.2",
"jest": "^26.4.2",
"jest": "^26.6.3",
"standard": "^16.0.4"
}
}