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

Method setWeight

contents/algorithm/code/FloydWarshallTest.java:37–39  ·  view source on GitHub ↗
(int i, int j, int w)

Source from the content-addressed store, hash-verified

35 }
36
37 public void setWeight(int i, int j, int w) {
38 D[i][j] = w;
39 }
40
41 public void getShortestDistance() {
42 /* Floyd-Warshall */

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected