/graph-api-labview

Primary LanguageLabVIEWMIT LicenseMIT

graph-api-labview

A Graph implementation in LabVIEW

LabVIEW Version

Goals

To utilize maps and sets to implement a reusable graph library with a nice interface and commonly-used graph algorithms (traversal/search/sorting/etc).

Graph, Node, and Edge base classes

image

DiGraph (Directed Graph) class adds directionality to edges

image

Roadmap