Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/loiane/javascript-datastructures-algorithms
/ 06-using-prim.js
File
06-using-prim.js
src/13-graph/06-using-prim.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// src/13-graph/06-using-prim.js
2
3
const
prim = require(
'./prim'
);
4
Callers
nothing calls this directly
Calls
1
prim
Function · 0.70
Tested by
no test coverage detected