Method | Description | |
---|---|---|
Cities ( ) : System | ||
FindCitiesBetween ( |
Find all cities between 2 cities
|
|
FindCity ( string cName ) : |
||
FindNeighbours ( |
||
FindNeighbours ( |
||
ReadCities ( string fileName ) : int | ||
this ( int index ) : |
Method | Description | |
---|---|---|
InitIndexForAlgorithm ( List |
public FindCitiesBetween ( |
||
from | source city | |
to | target city | |
return | List |
public FindNeighbours ( |
||
city | ||
distance | double | |
return | List |
public FindNeighbours ( |
||
location | ||
distance | double | |
return | List |