Skip to content

Conversation

@Gitubrr
Copy link
Owner

@Gitubrr Gitubrr commented Aug 12, 2025

The Graph data type has been implemented, which represents the most general concept of a Graph:

  • there are loops
  • there can be several edges between vertices
  • edges have a direction.

The following functions have been implemented for this type:

  • Shortest path between 2 vertices
  • Transitive closure of a graph.

The library uses the LinearAlgebra library. During the work, it turned out that the LinearAlgebra library was not finished and several functions were included in it.

nuget LineralAlgebra

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants