Skip to content

stevenwbass/TopDag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TopDag

An extensible library for Directed Acyclic Graphs multi-targeting .NET Standard (2.0 for ultimate compatability) and .NET 6.

Features

  • Check for path existence
  • Cycle detection
  • Topological sorting
  • Satisfiability graph
  • Extensible -- inherit/override existing classes as you see fit

Examples

Goals

  • Provide algorithm for graph traversal with arbitrary operations at each node/edge visit (with cumulative state).
  • Better Examples

Based on ociaw's Dagger.

About

An extensible library for Directed Acyclic Graphs targeting .NET Standard.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published