donnemartin / interactive-coding-challenges

120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
Other
29.44k stars 4.45k forks source link

Fix priority queue solution notebook link #212

Closed datavistics closed 7 years ago

datavistics commented 7 years ago

I found a bug with two links to the solution notebook from priority_queue_challenge and fixed them to be accessed locally.

Before it was pointing to the git repo which wouldn't work offline or for locally modified solution notebooks.

donnemartin commented 7 years ago

@datavistics thank you!