MCPcopy Create free account
hub / github.com/TheAlgorithms/TypeScript / prim.test.ts

File prim.test.ts

graph/test/prim.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Edge, prim } from '../prim'
2
3const edge_equal = (x: Edge, y: Edge): boolean => {
4 return (

Callers

nothing calls this directly

Calls 2

primFunction · 0.90
test_graphFunction · 0.70

Tested by

no test coverage detected