Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
5 packages returned for Tags:"Breadth-
First"
Filter
Package type
All types
Dependency
.NET tool
Template
Sort by
Relevance
Downloads
Recently updated
Options
Include prerelease
SCGraphTheory.
Search
by:
sdcondon
4,762 total downloads
last updated
1/3/2023
Latest version:
3.0.0
graph
theory
search
a*
dijkstra
depth-first
breadth-first
Graph search algorithms that work against any graph type implementing the interfaces defined in SCGraphTheory.Abstractions.
uGraph
by:
leandroltavares
5,878 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#
AiSearch
by:
rettigcd
605 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
Gravy.
PathFinder
by:
MrKMG
336 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.
Thorns
by:
osamakawish
982 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.