Navya Agarwal

Results 5 issues of Navya Agarwal

Here's the notebook for the PageRank algorithm. I would love to get an initial review. (I am concerned that some portions might have become too complex) (The function `my_draw_networkx_edge_labels` at...

I wish to create a notebook explaining the various graph traversal algorithms discussed [here](https://networkx.org/documentation/latest/reference/algorithms/traversal.html) Let me know if I have the green light! @MridulS @rossbar

Here's a notebook for network analysis for World Trade. It uses data from the BACI-CEPII dataset and focuses on the following - - Why network analysis for world trade -...

Created an explanatory notebook for DFS and BFS.

I plan to create a notebook explaining and comparing the various [Shortest path](https://networkx.org/documentation/stable/reference/algorithms/shortest_paths.html) and [Simple path](https://networkx.org/documentation/stable/reference/algorithms/simple_paths.html) methods, based on the discussion over [here](https://github.com/networkx/networkx/discussions/6381#discussioncomment-4742586). The notebook will focus on comparison of...