uGraph by: leandroltavares 4,987 total downloads last updated 10/30/2018 Latest version: 0.0.8 Graph Generic Traversal Depth-first Breadth-first Biderection search Priority Queue Lightweight generic Graph implementation in C#
SCGraphTheory.Search by: sdcondon 1,655 total downloads last updated 9/5/2021 Latest version: 2.2.2 graphs graph theory a* dijkstra depth-first breadth-first Graph search algorithms that work against any graph type implementing the interfaces defined in SCGraphTheory.Abstractions.
AiSearch by: rettigcd 494 total downloads last updated 2/28/2019 Latest version: 0.1.0 AI Tree-Search Depth-First Breadth-First Game-Theory Provides Tree-Based Search algorythms such as Depth-First, Breadth-First, Iterative-Deepening and NegaMax
Thorns by: osamakawish 701 total downloads last updated 8/25/2020 Latest version: 2.1.0 Data Structures Trees Tree Algortihms Breadth-First Depth-First DataStructures Basic data structures in C# convenient for many applications. Currently contains only trees and ordered trees.
Gravy.PathFinder by: MrKMG 239 total downloads last updated 4/21/2021 Latest version: 0.1.2-alpha Path Finding A* AStar Breadth-First Graph A simple to use collection of various path finding algorithms. Includes a A*, Breadth-First, and Greedy graph traversing path finding implementations. Currently a work in progress and API's may change until version 1.