https://github.com/jenskrumsieck/nodo
A small and simple graph theory library
https://github.com/jenskrumsieck/nodo
csharp graph-algorithms graph-theory graph-traversal subgraph-isomorphism
Last synced: 12 months ago
JSON representation
A small and simple graph theory library
- Host: GitHub
- URL: https://github.com/jenskrumsieck/nodo
- Owner: JensKrumsieck
- License: mit
- Created: 2022-08-28T16:04:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T10:28:50.000Z (over 3 years ago)
- Last Synced: 2024-11-30T04:27:24.125Z (over 1 year ago)
- Topics: csharp, graph-algorithms, graph-theory, graph-traversal, subgraph-isomorphism
- Language: C#
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Nodo
Nodo is a work in progress library for _some_ graph theory problems.
It started as an extraction of the graph theory parts from [ChemSharp](https://github.com/jenskrumsieck/chemsharp) and is intended to be used with ChemSharp.
It was extracted to use it without the need to use ChemSharp.

[](https://github.com/JensKrumsieck/Nodo/issues)

[](https://github.com/JensKrumsieck/Nodo/blob/master/LICENSE)

[](https://www.nuget.org/packages/Nodo/)