mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-12-19 06:58:15 +08:00
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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user