Skip to content
#

graph-algorithms

Here are 2,163 public repositories matching this topic...

rossbar
rossbar commented Dec 4, 2021

There are a number of named graphs defined in networkx.generators.small that are not well-documented:

https://github.com/networkx/networkx/blob/766becc132eda01c9d0d458de2d75ab763f83493/networkx/generators/small.py#L183-L575

Each of these functions should have a more extensive docstring with at least a Parameters, Returns, and Examples section, and preferably also a reference to the c

📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book

  • Updated Oct 1, 2021
  • TypeScript
davidfauth
davidfauth commented Sep 17, 2020

Feature description (Mandatory)

Please add the capability to specify the type of array instead of defaulting to string. i.e.
apoc.array.int()

How this feature can improve the project?

By default, it is created as a string. Some customers have asked for the ability to hint at the data type.

szhorvat
szhorvat commented Dec 8, 2021

igraph_random_edge_walk() takes weights, but igraph_random_walk() does not. igraph_random_walk() should also be extended to take a weights argument.

The underlying weighted implementation of random_walk() can mirror random_edge_walk() but it should be separate from the unweighted one. This is because the unweighted one uses an adjlist, while the weighted one needs an inclist. At th

Improve this page

Add a description, image, and links to the graph-algorithms topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the graph-algorithms topic, visit your repo's landing page and select "manage topics."

Learn more