By
BeeGraphy
Version 1.7.67
Version history
BeeGraphy Editor Data Structure Package This package provides essential data structure nodes for performing various operations on lists, sequences, sets, and trees within the BeeGraphy Editor. These nodes are categorized into groups, each tailored for specific data management and manipulation tasks. Usage The nodes in this package allow users to work with different data structures, including lists, sequences, sets, and trees. Typical operations include measuring lengths, manipulating items, organizing hierarchical data, and performing complex data transformations. To locate these nodes, look under the corresponding group in the menu, or use the search functionality. Node Groups List Group The List group provides nodes for working with ordered collections of items. These nodes enable you to manipulate list elements by adding, removing, inserting, and extracting items at specific positions. You can measure list lengths, sort items, reverse lists, partition lists into subsets, and perform various filtering and transformation operations. List nodes are essential for managing collections of data where order matters and items can be accessed by their position. Sequence Group The Sequence group contains nodes for generating and managing ordered data sequences. These nodes help you create numerical sequences, generate patterns, and perform sequence-specific operations such as remapping values, finding bounds, and creating sequences with specific growth patterns. Sequence nodes are useful for generating ordered data, creating mathematical progressions, and working with numerical ranges. Set Group The Set group offers nodes for handling collections of unique items and performing set operations. These nodes allow you to merge sets, find intersections and differences between sets, remove duplicates, and manipulate set membership. Set nodes are ideal for working with data where uniqueness is important and for performing mathematical set operations like union, intersection, and difference. Tree Group The Tree group provides nodes designed for hierarchical data organization and tree structure manipulation. These nodes enable you to construct and deconstruct tree paths, flatten and unflatten tree structures, graft and prune branches, filter tree data, and perform various tree transformations. Tree nodes are essential for working with hierarchical data structures, managing nested data, and organizing complex relationships between data elements. Each group provides specialized nodes to simplify complex data handling, making it easier to create dynamic and organized data structures in the BeeGraphy Editor.
Documentation
List
Sequence
Set
Tree