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

File PrimMST.test.js

Graphs/test/PrimMST.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { GraphWeightedUndirectedAdjacencyList } from '../PrimMST.js'
2
3test('Test Case PrimMST 1', () => {
4 // create graph to compute MST on

Callers

nothing calls this directly

Calls 2

PrimMSTMethod · 0.80
addEdgeMethod · 0.45

Tested by

no test coverage detected