public class Dijkstra extends Object
Constructor and Description |
---|
Dijkstra(int size) |
Modifier and Type | Method and Description |
---|---|
void |
addLink(int n1,
int n2,
double d) |
List<Integer> |
getBestPath() |
int |
getSize() |
Copyright © 2014. All Rights Reserved.