The Wayback Machine - https://web.archive.org/web/20211119100846/https://github.com/topics/graph-algorithms
Skip to content
#

graph-algorithms

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

dschult
dschult commented Sep 20, 2021

Let's update the documentation to make it clear that the check_planarity function is the primary interface for the planar embedding tools. Also, the class PlanarEmbedding is tricky to make sure it maintains the planar data structure. People not familiar with those ideas should definitely start with the check_planarity function.

See discussion in #5079

📚 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 Nov 14, 2021

This is a good first issue to work on for a new contributor interested in math.

What is the feature or improvement you would like to see?

Functionality to create hexagonal grid graphs such as the following:

image

As described in #1842, we should think

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