-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
GraphBuilder by Cyril Gambini - Toolkit for LabVIEW Download
Toolkit to create, perform several algorithms and render directed graphs
Version | 2.2.0.6 |
Released | Jan 09, 2024 |
Publisher | Cyril Gambini |
License | BSD-3 |
LabVIEW Version | LabVIEW>=20.0 |
Operating System | Windows, Mac, and Linux |
Used By | pantherlab_lib_dependency_inspector |
Project links | Homepage Discussion |
Description
GraphBuilder allows you to add "Nodes" (aka vertices) and "Edges" to create directed graphs.
Several algorithms and traversal methods are available.
It is also possible to choose between rendering classes to represent a graph (GraphViz, Graphml, ...).
Each rendering class has its specific properties to allow a binary stream to be created accordingly.
This project is open-source (BSD-3 licence) and available on GitLab (https://gitlab.com/cgambini/graph-builder)
If you want to support the author and the work done, you can buy me a coffe ;-)
https://www.buymeacoffee.com/cyrilg
Release Notes
- CLOSE issue #10: provide DFS traversal method.
Depth-first search is an algorithm for traversing or searching tree or graph data structures. The algorithm starts at the root node and explores as far as possible along each branch before backtracking.