MCPcopy Create free account
hub / github.com/Seogeurim/CS-study / Edge

Method Edge

contents/algorithm/code/KruskalTest.java:64–68  ·  view source on GitHub ↗
(int a, int b, int c)

Source from the content-addressed store, hash-verified

62 int a, b, c;
63
64 public Edge(int a, int b, int c) {
65 this.a = a;
66 this.b = b;
67 this.c = c;
68 }
69 }
70}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected