Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ Edge, prim } from
'../prim'
2
3
const
edge_equal = (x: Edge, y: Edge): boolean => {
4
return
(
Callers
nothing calls this directly
Calls
2
prim
Function · 0.90
test_graph
Function · 0.70
Tested by
no test coverage detected