public class Dijkstra
extends java.lang.Object
| Constructor and Description |
|---|
Dijkstra(int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLink(int n1,
int n2,
double d) |
java.util.List<java.lang.Integer> |
getBestPath() |
int |
getSize() |