Skip to main content
QuikGraph package icon

QuikGraph

.NET library that provide mainly graphs structures and algorithms for C#. QuikGraph provides generic directed/undirected graph data structures and algorithms for .NET. It comes with algorithms such as depth first seach, breath first search, A* search, shortest path, k-shortest path, maximum flow, etc... Supported platforms: - .NET Standard 1.3+ - .NET Core 1.0+ - .NET Framework 3.5+

Total Downloads
14.8M
14,752,071
Published
Dec 11, 2019
Latest stable version

Install

.NET CLI
dotnet add package QuikGraph --version 1.0.0
Package Manager Console
Install-Package QuikGraph -Version 1.0.0
PackageReference
<PackageReference Include="QuikGraph" Version="1.0.0" />

Frameworks

.NETFramework3.5 .NETFramework4.0 .NETFramework4.5 .NETStandard1.3 .NETStandard2.0

Dependencies

NETStandard.Library
.NETStandard1.3
[1.6.1, )
[4.3.0, )
[4.3.0, )
[4.3.0, )
System.Reflection.Emit
.NETStandard1.3
[4.3.0, )
[4.3.0, )
[4.3.0, )
[4.3.0, )
System.Reflection.Emit
.NETStandard2.0
[4.3.0, )
[4.3.0, )

Adoption guide

A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.

Compatibility metadata lists 5 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.