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

Method setGraph

contents/algorithm/code/DijkstraTest.java:51–53  ·  view source on GitHub ↗
(int i, int j, int w)

Source from the content-addressed store, hash-verified

49 }
50
51 public void setGraph(int i, int j, int w) {
52 graph[i][j] = w;
53 }
54
55 public void printGraph() {
56 for (int i = 1; i <= N; i++) {

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected