Skip to content

Commit

Permalink
exam update
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredgalichon committed Jun 27, 2020
1 parent afcf7c3 commit b96225d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Exam.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,7 @@
"metadata": {},
"source": [
"**Question 5:** ***Implement the dynamic programming algorithm described in Day 5 to compute the shortest path from NYU Paris to Sciences Po (using the coordinates that were determined in the manner show in class).*** <br>\n",
"***[Note: if you run in trouble installing the ``osmnx`` package, try***<br>\n",
"``dnf install -y spatialindex-devel``<br>\n",
"``pip3 install osmnx``<br>\n",
"***which should work. If you still run into problem, you are welcome to simulate a simple network to run your algorithm.***"
"***[Note: if you run in trouble installing the*** ``osmnx`` ***package, simply load the `arcs.npy` and `node_keys.npy` files using the*** ``np.load()`` ***function.]***"
]
},
{
Expand Down
Binary file added arcs.npy
Binary file not shown.
Binary file added node_keys.npy
Binary file not shown.

0 comments on commit b96225d

Please sign in to comment.