Skip to content

SoftwareMinimalist/Tree-Map-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tree Map API

LabVIEW implementation of Tree data structure, based on base maps.

This package is intended to use the inbuilt LV19 Set and Map data types to provide a Tree Map data type. It includes basic functions and helpers to interact with the new Tree Map type.

In computer science, a tree is a widely used abstract data type (ADT)—or data structure implementing this ADT—that simulates a hierarchical tree structure, with a root value and subtrees of children with a parent node, represented as a set of linked nodes.

https://en.wikipedia.org/wiki/Tree_(data_structure)

This package is a little more open, simpler and more native than the previously available Tree API. It should be considered for all new designs.

About

LabVIEW implementation of Tree data structure, based on base maps.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published