An open API service indexing awesome lists of open source software.

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.

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).

[![Total alerts](https://img.shields.io/lgtm/alerts/g/WojcikMikolaj/GraphsLibrary.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/WojcikMikolaj/GraphsLibrary/alerts/)
[![Language grade: C#](https://img.shields.io/lgtm/grade/csharp/g/WojcikMikolaj/GraphsLibrary.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/WojcikMikolaj/GraphsLibrary/context:csharp)
[![.NET](https://github.com/WojcikMikolaj/GraphsLibrary/actions/workflows/dotnet.yml/badge.svg)](https://github.com/WojcikMikolaj/GraphsLibrary/actions/workflows/dotnet.yml)
[![CodeQL](https://github.com/WojcikMikolaj/GraphsLibrary/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/WojcikMikolaj/GraphsLibrary/actions/workflows/codeql-analysis.yml)
[![Labeler](https://github.com/WojcikMikolaj/GraphsLibrary/actions/workflows/label.yml/badge.svg)](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/).