networkx / nx-guides

Examples and Jupyter Notebooks about NetworkX
https://networkx.org/nx-guides/
Creative Commons Zero v1.0 Universal
185 stars 105 forks source link

Notebook on shortest path using Dijkstra's algorithm #65

Open NikitaSharma1 opened 2 years ago

NikitaSharma1 commented 2 years ago

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.

MridulS commented 2 years ago

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 😅 ]

NikitaSharma1 commented 2 years ago

@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 😅

MridulS commented 2 years ago

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

NikitaSharma1 commented 2 years ago

@MridulS thank you so much!!

NikitaSharma1 commented 2 years ago

@MridulS @rossbar I have made the changes you asked for, can you please review them?