Notebook on shortest path using Dijkstra's algorithm
I created a notebook on Dijkstra's algorithm and how it is implemented in NetworkX. I would like to know if there's any other topic I can add or explain in more detail.
Thanks @NikitaSharma1! Can you please convert the .ipynb notebook format to .md? You can use jupytext for this.
With jupytext --to markdown notebook.ipynb you can convert it to markdown.
[we really need to get the contributing guide for nx-guides up and running 😅 ]
@MridulS I converted it to md but I am getting make: *** [Makefile:20: html] Error 1 this error again and again . Can you please tell me how to resolve this?
And yes, contribution guide is much needed 😅
The build passes now :) https://output.circle-artifacts.com/output/job/6a1b520d-4125-45f7-af94-41f04c4676e0/artifacts/0/site/_build/html/content/algorithms/Dijkstra/Dijkstra.html
@MridulS thank you so much!!
@MridulS @rossbar I have made the changes you asked for, can you please review them?