-
Notifications
You must be signed in to change notification settings - Fork 0
debasisdwivedy/Basic-AI-Algorithms
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a simple dataset of North American (though mostly U.S.) major roads. city-gps.txt contains one line per city, with three fields per line, delimited by spaces. The first field is the city, followed by the latitude, followed by the longitude. road-segments.txt has one line per road segment connecting two cities. The space delimited fields are: - first city - second city - length (in miles) - speed limit (in miles per hour) - name of highway Note that there are mistakes and bugs in these files and your code should still operate correctly; e.g. not all cities that appear in road-segments.txt have a corresponding line in city-gps.txt. You should assume that all roads in road-segments.txt are bidirectional, i.e. none are one-way roads, so that it's possible to travel from the first city to the second city at the same distance at speed as from the second city to the first city.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published