ewalk153 / onedayinparis

Can you visit every metro station in paris in one day?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# One day in Paris
Can you visit every Paris Metro station in one day?

We're answering that question with this project. (Yes, we have a solution in under 14 hours)

I believe the graph data came from here originally:

http://www.esiee.fr/~coupriem/Graphestp3/graphestp3.html

# Setup

Run the commands in bin/setup

# Execution

```
ruby build_data.rb
ruby route.rb
python tsp.py
```

You can then visualize the route using `plotter-app`.

About

Can you visit every metro station in paris in one day?


Languages

Language:HTML 58.8%Language:Ruby 38.7%Language:Python 1.7%Language:JavaScript 0.6%Language:CSS 0.3%