https://github.com/thisiscetin/gocity
Creates a graph including cities and roads, finds random paths visiting all cities
https://github.com/thisiscetin/gocity
Last synced: 4 months ago
JSON representation
Creates a graph including cities and roads, finds random paths visiting all cities
- Host: GitHub
- URL: https://github.com/thisiscetin/gocity
- Owner: thisiscetin
- License: mit
- Created: 2017-02-08T17:00:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-09T17:17:20.000Z (over 8 years ago)
- Last Synced: 2024-12-28T10:37:57.156Z (6 months ago)
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gocity
Creates a graph including cities, roads, finds a random path.
Number of roads, connecting cities can be modified. This small package built to be used in different packages.
The SVG image below is built using "github.com/ajstarks/svgo" for illustration.**Note: Under development**
![cities] (https://s3-us-west-2.amazonaws.com/manorie/Screen+Shot+2017-02-09+at+8.06.31+PM.png)