Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/TypeScript
/
Class
graph/prim.ts:63–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
export
class
Edge {
64
a: number = 0
65
b: number = 0
66
weight: number = 0
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected