Skip to content
#

graph-algorithms

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

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

  • Updated Jan 13, 2022
  • 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.

GroteGnoom
GroteGnoom commented Jan 15, 2022

Start from the develop branch and add to examples/simple:

  • igraph_assortativity.c, which calls the function igraph_assortativity (in /src/misc/mixing.c) with some graph and prints out the result,
  • igraph_assortativity.out which contains the correct printed result.

Then, add the example to tests/CMakeLists.txt and to the docs of the function in /src/misc/mixing.c

For an example of a si

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