https://github.com/wojcikmikolaj/graphslibrary
Simple class library, written in C#, which implements popular graph algorithms.
https://github.com/wojcikmikolaj/graphslibrary
algorithms-and-data-structures csharp dotnet graphs graphs-algorithms graphs-theory nuget-package
Last synced: 4 months ago
JSON representation
Simple class library, written in C#, which implements popular graph algorithms.
- Host: GitHub
- URL: https://github.com/wojcikmikolaj/graphslibrary
- Owner: WojcikMikolaj
- License: mit
- Created: 2021-02-24T12:13:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-05T14:18:57.000Z (about 4 years ago)
- Last Synced: 2025-02-04T21:17:28.515Z (4 months ago)
- Topics: algorithms-and-data-structures, csharp, dotnet, graphs, graphs-algorithms, graphs-theory, nuget-package
- Language: C#
- Homepage:
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphsLibrary
The aim of this project is to create a class library that provides classes which represents graphs and implements most popular graph algorithms.
Class library will be implemented in C# using .Net Core 5.0, for unit testing I'm using xUnit (latest version).
[](https://lgtm.com/projects/g/WojcikMikolaj/GraphsLibrary/alerts/)
[](https://lgtm.com/projects/g/WojcikMikolaj/GraphsLibrary/context:csharp)
[](https://github.com/WojcikMikolaj/GraphsLibrary/actions/workflows/dotnet.yml)
[](https://github.com/WojcikMikolaj/GraphsLibrary/actions/workflows/codeql-analysis.yml)
[](https://github.com/WojcikMikolaj/GraphsLibrary/actions/workflows/label.yml)Project is available as a NuGet package called [Mikwk.GraphLibrary](https://www.nuget.org/packages/Mikwk.GraphLibrary/).