Fix priority queue solution notebook link (#212)

This commit is contained in:
Derek
2017-10-01 18:51:22 -05:00
committed by Donne Martin
parent 92598ad792
commit cc0af925df

View File

@@ -71,7 +71,7 @@
"source": [ "source": [
"## Algorithm\n", "## Algorithm\n",
"\n", "\n",
"Refer to the [Solution Notebook](https://github.com/donnemartin/interactive-coding-challenges/arrays_strings/priority_queue/priority_queue_solution.ipynb). If you are stuck and need a hint, the solution notebook's algorithm discussion might be a good place to start." "Refer to the [Solution Notebook](priority_queue_solution.ipynb). If you are stuck and need a hint, the solution notebook's algorithm discussion might be a good place to start."
] ]
}, },
{ {
@@ -181,7 +181,7 @@
"source": [ "source": [
"## Solution Notebook\n", "## Solution Notebook\n",
"\n", "\n",
"Review the [Solution Notebook](https://github.com/donnemartin/interactive-coding-challenges/arrays_strings/priority_queue/priority_queue_solution.ipynb) for a discussion on algorithms and code solutions." "Review the [Solution Notebook](priority_queue_solution.ipynb) for a discussion on algorithms and code solutions."
] ]
} }
], ],