MCPcopy Index your code
hub / github.com/TheAlgorithms/JavaScript / UnionFind.test.js

File UnionFind.test.js

Search/test/UnionFind.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { UnionFind } from '../UnionFind'
2
3const uf = new UnionFind(5)
4

Callers

nothing calls this directly

Calls 3

unionMethod · 0.80
findMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected