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