MCPcopy 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
63export 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