AI & ChatGPT searches , social queries for TREE STRUCTURE

Search references for TREE STRUCTURE. Phrases containing TREE STRUCTURE

See searches and references containing TREE STRUCTURE!

AI searches containing TREE STRUCTURE

TREE STRUCTURE

  • Tree structure
  • Way of representing the hierarchical nature of a structure in a graphical form

    tree structure, tree diagram, or tree model is a way of representing the hierarchical nature of a structure in a graphical form. It is named a "tree structure"

    Tree structure

    Tree structure

    Tree_structure

  • Tree (abstract data type)
  • Linked node hierarchical data structure

    science, a tree is a widely used abstract data type that represents a hierarchical tree structure with a set of connected nodes. Each node in the tree can be

    Tree (abstract data type)

    Tree (abstract data type)

    Tree_(abstract_data_type)

  • Log-structured merge-tree
  • Data structure

    In computer science, the log-structured merge-tree (also known as LSM tree, or LSMT) is a data structure with performance characteristics that make it

    Log-structured merge-tree

    Log-structured merge-tree

    Log-structured_merge-tree

  • Binary tree
  • Limited form of tree data structure

    In computer science, a binary tree is a tree data structure in which each node has at most two children, referred to as the left child and the right child

    Binary tree

    Binary tree

    Binary_tree

  • Abstract syntax tree
  • Tree representation of the abstract syntactic structure of source code

    abstract syntax tree (AST) is a data structure used in computer science to represent the structure of a program or code snippet. It is a tree representation

    Abstract syntax tree

    Abstract syntax tree

    Abstract_syntax_tree

  • Family tree
  • Chart representing family relationships

    family tree, also called a genealogical tree or a pedigree chart, is a chart representing family relationships in a conventional tree structure. More detailed

    Family tree

    Family tree

    Family_tree

  • Merkle tree
  • Type of data structure

    its child nodes. A hash tree allows efficient and secure verification of the contents of a large data structure. A hash tree is a generalization of a

    Merkle tree

    Merkle tree

    Merkle_tree

  • Document Object Model
  • Computer document convention

    document as a tree structure wherein each node is an object representing a part of the document. The DOM represents a document with a logical tree. Each branch

    Document Object Model

    Document Object Model

    Document_Object_Model

  • B-tree
  • Tree-based computer data structure

    In computer science, a B-tree is a self-balancing tree data structure that maintains sorted data and allows searches, sequential access, insertions, and

    B-tree

    B-tree

  • Tree traversal
  • Class of algorithms

    visiting (e.g. retrieving, updating, or deleting) each node in a tree data structure exactly once. Such traversals are classified by the order in which

    Tree traversal

    Tree_traversal

  • Decision tree
  • Decision support tool

    A decision tree is a decision support recursive partitioning structure that uses a tree-like model of decisions and their possible consequences, including

    Decision tree

    Decision tree

    Decision_tree

  • List of data structures
  • Data organization and storage formats

    tree Parse tree Decision tree Alternating decision tree Game tree Expectiminimax tree Finger tree Expression tree Log-structured merge-tree PQ tree Approximate

    List of data structures

    List_of_data_structures

  • WAVL tree
  • Self-balancing binary search tree

    a WAVL tree or weak AVL tree is a self-balancing binary search tree. WAVL trees are named after AVL trees, another type of balanced search tree, and are

    WAVL tree

    WAVL_tree

  • B+ tree
  • Data structure

    partial retrieval using B+ tree. This is made easier and faster by traversing the tree structure. This feature makes B+ tree structure applied in many search

    B+ tree

    B+_tree

  • Persistent data structure
  • Data structure that always preserves the previous version of itself when it is modified

    for any node in the data structure times the cost of the update in the ephemeral data structure. In a Balanced Binary Search Tree without parent pointers

    Persistent data structure

    Persistent_data_structure

  • Directory structure
  • Hierarchical structure of a computer's file system

    directory structure is the way an operating system arranges files that are accessible to the user. Files are typically displayed in a hierarchical tree structure

    Directory structure

    Directory structure

    Directory_structure

  • Hash tree (persistent data structure)
  • Formatted data in computer science

    In computer science, a hash tree (or hash trie) is a persistent data structure that can be used to implement sets and maps, intended to replace hash tables

    Hash tree (persistent data structure)

    Hash_tree_(persistent_data_structure)

  • Heap (data structure)
  • Computer science data structure

    In computer science, a heap is a tree-based data structure that satisfies the heap property: In a max heap, for any given node C, if P is the parent node

    Heap (data structure)

    Heap (data structure)

    Heap_(data_structure)

  • Fenwick tree
  • Data structure

    A Fenwick tree or binary indexed tree (BIT) is a data structure that stores an array of values and can efficiently compute prefix sums of the values and

    Fenwick tree

    Fenwick tree

    Fenwick_tree

  • Tree
  • Perennial woody plant with elongated trunk

    botany, a tree is a perennial plant with an elongated stem, or trunk, usually supporting branches and leaves. In some usages, the definition of a tree may be

    Tree

    Tree

    Tree

  • Data structure
  • Particular way of storing and organizing data in a computer

    In contrast, linked data structures (such as linked lists and trees) store addresses of related elements within their structure, enabling flexible memory

    Data structure

    Data structure

    Data_structure

  • Structure chart
  • Chart

    in structured programming to arrange program modules into a tree. Each module is represented by a box, which contains the module's name. The tree structure

    Structure chart

    Structure chart

    Structure_chart

  • Program structure tree
  • A program structure tree (PST) is a hierarchical diagram that displays the nesting relationship of single-entry single-exit (SESE) fragments/regions, showing

    Program structure tree

    Program_structure_tree

  • Radial tree
  • Mathematical tree on concentric circles

    A radial tree, or radial map, is a method of displaying a tree structure (e.g., a tree data structure) in a way that expands outwards, radially. It is

    Radial tree

    Radial tree

    Radial_tree

  • Tree (graph theory)
  • Undirected, connected, and acyclic graph

    of data structures referred to as trees in computer science have underlying graphs that are trees in graph theory, although such data structures are generally

    Tree (graph theory)

    Tree (graph theory)

    Tree_(graph_theory)

  • List of oldest trees
  • List of longest living trees

    between clonal trees, ones where parts of the tree continue to live after the death of the first trunk or trunks, and non-clonal trees. Tree ages are derived

    List of oldest trees

    List of oldest trees

    List_of_oldest_trees

  • Oliver Tree
  • American musician (1993–2026)

    Oliver Tree Nickell (June 29, 1993 – June 14, 2026) was an American singer-songwriter, rapper, and record producer. Born in Santa Cruz, California, Tree signed

    Oliver Tree

    Oliver Tree

    Oliver_Tree

  • Hash-based cryptography
  • Concept in cryptography

    keys within a single, larger structure. A Merkle tree structure is used to this end. In this hierarchical data structure, a hash function and concatenation

    Hash-based cryptography

    Hash-based_cryptography

  • R-tree
  • Data structures used in spatial indexing

    R-trees are tree data structures used for spatial access methods, i.e., for indexing multi-dimensional information such as geographical coordinates, rectangles

    R-tree

    R-tree

    R-tree

  • Structure
  • Arrangement of interrelated elements in an object/system, or the object/system itself

    number of other data structures can be created such as stacks, queues, trees and hash tables. In solving a problem, a data structure is generally an integral

    Structure

    Structure

    Structure

  • Parse tree
  • Tree in formal language theory

    parse tree or parsing tree (also known as a derivation tree or concrete syntax tree) is an ordered, rooted tree that represents the syntactic structure of

    Parse tree

    Parse tree

    Parse_tree

  • Decision tree learning
  • Machine learning algorithm

    can take a discrete set of values are called classification trees; in these tree structures, leaves represent class labels and branches represent conjunctions

    Decision tree learning

    Decision_tree_learning

  • Tree rearrangement
  • Method in computational phylogenetics

    Tree rearrangements are deterministic algorithms devoted to search for optimal phylogenetic tree structure. They can be applied to any set of data that

    Tree rearrangement

    Tree_rearrangement

  • Rose tree
  • Tree data structure with a variable and unbounded number of branches per node

    In computing, a rose tree is the value of a tree data structure with a variable and unbounded number of branches per node. The term is mostly used in the

    Rose tree

    Rose_tree

  • Lexical semantics
  • Subfield of linguistic semantics

    introduces the structure in diagram (8a). In this tree structure it can be seen that the same path can be traced from either DP to the verb. Tree diagram (7b)

    Lexical semantics

    Lexical_semantics

  • Bounding volume hierarchy
  • Graphics structure

    hierarchy (BVH) is a tree structure on a set of geometric objects. All geometric objects, which form the leaf nodes of the tree, are wrapped in bounding

    Bounding volume hierarchy

    Bounding_volume_hierarchy

  • Mind map
  • Diagram to visually organize information

    Buzan promoted his conception of radial tree, diagramming key words in a colorful, radiant, tree-like structure. Concept maps: Mind maps differ from concept

    Mind map

    Mind map

    Mind_map

  • Work breakdown structure
  • Deliverable-orientated breakdown of a project into smaller components

    phases to the smallest ones, sometimes known as work packages). It is a tree structure, which shows a subdivision of effort required to achieve an objective

    Work breakdown structure

    Work breakdown structure

    Work_breakdown_structure

  • Red–black tree
  • Self-balancing binary search tree data structure

    tree is a self-balancing binary search tree data structure noted for fast storage and retrieval of ordered information. The nodes in a red-black tree

    Red–black tree

    Red–black tree

    Red–black_tree

  • PQ tree
  • Data structure for permutations

    A PQ tree is a tree-based data structure that represents a family of permutations on a set of elements, discovered and named by Kellogg S. Booth and George

    PQ tree

    PQ_tree

  • Treemapping
  • Visualisation method for hierchical data

    rectangles. Treemaps display hierarchical (tree-structured) data as a set of nested rectangles. Each branch of the tree is given a rectangle, which is then tiled

    Treemapping

    Treemapping

    Treemapping

  • Ball tree
  • Space partitioning data structure

    a ball tree, balltree or metric tree, is a space partitioning data structure for organizing points in a multi-dimensional space. A ball tree partitions

    Ball tree

    Ball_tree

  • Tree (disambiguation)
  • Topics referred to by the same term

    Look up tree or tree- in Wiktionary, the free dictionary. A tree is a perennial woody plant. Tree or trees may also refer to: Tree structure or tree diagram

    Tree (disambiguation)

    Tree_(disambiguation)

  • Composite pattern
  • Design pattern in software engineering

    of object. The intent of a composite is to "compose" objects into tree structures to represent part-whole hierarchies. Implementing the composite pattern

    Composite pattern

    Composite_pattern

  • Product breakdown structure
  • Tool for analysing, documenting and communicating the outcomes of a project

    based planning technique. The PBS provides "an exhaustive, hierarchical tree structure of deliverables that make up the project, arranged in whole-part relationship"

    Product breakdown structure

    Product_breakdown_structure

  • T-tree
  • Data structure in computer science

    terabytes. Tree (graph theory) Tree (set theory) Tree structure Exponential tree B-tree (2–3 tree, 2–3–4 tree, B+ tree, B*-tree, UB-tree) Dancing tree Fusion

    T-tree

    T-tree

    T-tree

  • Figurative system of human knowledge
  • Taxonomy of human knowledge

    humaines; sometimes known as the tree of Diderot and d'Alembert) is Jean le Rond d'Alembert and Denis Diderot's tree structure graph outlining human knowledge

    Figurative system of human knowledge

    Figurative system of human knowledge

    Figurative_system_of_human_knowledge

  • Zipper (data structure)
  • Technique of representing an aggregate data structure

    that the structure is conceptually a tree or list, while the zipper is a detail of the implementation. A layperson's explanation for a tree with zipper

    Zipper (data structure)

    Zipper_(data_structure)

  • Random tree
  • Index of articles associated with the same name

    search tree, a data structure that uses random choices to simulate a random binary tree for non-random update sequences Rapidly exploring random tree, a fractal

    Random tree

    Random_tree

  • Binary search tree
  • Rooted binary tree data structure

    computer science, a binary search tree (BST), also called an ordered or sorted binary tree, is a rooted binary tree data structure with the key of each internal

    Binary search tree

    Binary search tree

    Binary_search_tree

  • X-tree
  • Index tree structure in computer science

    In computer science tree data structures, an X-tree (for eXtended node tree) is an index tree structure based on the R-tree used for storing data in many

    X-tree

    X-tree

  • Random binary tree
  • Binary tree selected at random

    for these trees. Random binary trees have been used for analyzing the average-case complexity of data structures based on binary search trees. For this

    Random binary tree

    Random binary tree

    Random_binary_tree

  • Radix tree
  • Data structure

    radix tree (also radix trie or compact prefix tree or compressed trie) is a data structure that represents a space-optimized trie (prefix tree) in which

    Radix tree

    Radix tree

    Radix_tree

  • Outliner
  • Type of software to organize texts

    to create and edit outlines, which are text files which have a tree structure or a tree view, for organization. Textual information is contained in discrete

    Outliner

    Outliner

    Outliner

  • H tree
  • Right-angled fractal canopy

    In fractal geometry, the H tree is a fractal tree structure constructed from perpendicular line segments, each smaller by a factor of the square root of

    H tree

    H tree

    H_tree

  • K-d tree
  • Multidimensional search tree for points in k dimensional space

    media related to k-d trees. In computer science, a k-d tree (short for k-dimensional tree) is a space-partitioning data structure for organizing points

    K-d tree

    K-d tree

    K-d_tree

  • Dracaena cinnabari
  • Species of plant

    Dracaena cinnabari, the Socotra dragon tree or dragon blood tree, is a dragon tree native to the Socotra archipelago, part of Yemen, located in the Arabian

    Dracaena cinnabari

    Dracaena cinnabari

    Dracaena_cinnabari

  • SPQR tree
  • Representation of a graph's triconnected components

    that describe all of the 2-vertex cuts in the graph. An SPQR tree is a tree data structure used in computer science, and more specifically graph algorithms

    SPQR tree

    SPQR tree

    SPQR_tree

  • Disjoint-set data structure
  • Data structure for storing non-overlapping sets

    guarantee this time per operation, each operation rebalances the structure (via tree compression) so that subsequent operations become faster. As a result

    Disjoint-set data structure

    Disjoint-set_data_structure

  • Exponential tree
  • Algorithmic search method

    Exponential trees use another data structure in inner nodes containing the splitters from children, allowing fast lookup. Exponential trees achieve optimal

    Exponential tree

    Exponential_tree

  • Cartesian tree
  • Binary tree derived from a sequence of numbers

    used in the definition of the treap and randomized binary search tree data structures for binary search problems, in comparison sort algorithms that perform

    Cartesian tree

    Cartesian tree

    Cartesian_tree

  • Tokyo Skytree
  • Broadcasting and observation tower in Japan

    Skytree (東京スカイツリー, Tōkyō Sukaitsurī; [toːkʲoː sɯ̥kaitsɯriː] ), a.k.a Tokyo Sky Tree, is a broadcasting and observation tower, located in Sumida, Tokyo, Japan

    Tokyo Skytree

    Tokyo Skytree

    Tokyo_Skytree

  • C4 model
  • Technique for modelling software architecture

    systems. It is based on a structural decomposition (a hierarchical tree structure) of a system into containers and components and relies on existing modelling

    C4 model

    C4 model

    C4_model

  • Directory information tree
  • A directory information tree (DIT) is data represented in a hierarchical tree-like structure consisting of the Distinguished Names (DNs) of directory service

    Directory information tree

    Directory_information_tree

  • Phrase structure rules
  • Rewrite rule used to describe a given language's syntax

    ideas, and the VP sleep furiously are constituents. Phrase structure rules and the tree structures that are associated with them are a form of immediate constituent

    Phrase structure rules

    Phrase_structure_rules

  • Segment tree
  • Computer science data structure

    In computer science, the segment tree is a data structure used for storing information about intervals or segments. It allows querying which of the stored

    Segment tree

    Segment tree

    Segment_tree

  • Concept map
  • Diagram showing relationships among concepts

    maps can be contrasted with mind mapping, which is restricted to a tree structure. Concept maps can be more free-form, as multiple hubs and clusters can

    Concept map

    Concept map

    Concept_map

  • Tree view
  • Graphical user interface element

    in a tree-like format. It can also be called an outline view. A tree view is usually a vertical list of nodes arranged in a tree-like structure. Each

    Tree view

    Tree view

    Tree_view

  • Graph theory
  • Area of discrete mathematics

    children Brownian tree, a fractal tree structure created by diffusion-limited aggregation processes Random binary tree is a binary tree selected at random

    Graph theory

    Graph theory

    Graph_theory

  • Fully qualified domain name
  • Type of Internet domain name

    17487/RFC1594. RFC 1594. Retrieved 29 April 2013. If you think of the DNS as a tree-structure with each node having its own label, a fully qualified domain name for

    Fully qualified domain name

    Fully_qualified_domain_name

  • XML tree
  • XML documents have a hierarchical structure and can conceptually be interpreted as a tree structure, called an XML tree. XML documents must contain a root

    XML tree

    XML_tree

  • Binomial heap
  • Data structure that acts as a priority queue

    similar to a binary heap but using a special tree structure that is different from the complete binary trees used by binary heaps. Binomial heaps were invented

    Binomial heap

    Binomial_heap

  • YAML
  • Human-readable data serialization language

    HTML. Lists and hashes can contain nested lists and hashes, forming a tree structure; arbitrary graphs can be represented using YAML aliases (similar to

    YAML

    YAML

  • Ternary tree
  • Tree in which each node has at most three children

    In computer science, a ternary tree is a tree data structure in which each node has at most three child nodes, usually distinguished as "left", “mid”

    Ternary tree

    Ternary tree

    Ternary_tree

  • Tree of knowledge (philosophy)
  • Metaphor used in philosophical analogies

    different parts of philosophy (including natural philosophy) in a tree structure. The tree's roots are metaphysics, its trunk is physics, and its branches

    Tree of knowledge (philosophy)

    Tree_of_knowledge_(philosophy)

  • Kalambo structure
  • Archaeological site in Zambia

    The Kalambo structure is a Lower Palaeolithic wooden structure, of which two pieces have been uncovered along with other wooden tools. Discovered at the

    Kalambo structure

    Kalambo structure

    Kalambo_structure

  • Tree house
  • Above-ground platform or building in a tree

    humans. While no evidence of prehistoric human-made tree houses has been found, wooden structures would not have survived over time. In contrast, evidence

    Tree house

    Tree house

    Tree_house

  • Left-child right-sibling binary tree
  • Concept in computer science

    Every multi-way or k-ary tree structure studied in computer science admits a representation as a binary tree, which goes by various names including child-sibling

    Left-child right-sibling binary tree

    Left-child right-sibling binary tree

    Left-child_right-sibling_binary_tree

  • Quadtree
  • Tree data structure that partitions a 2D area

    A quadtree is a tree data structure in which each internal node has exactly four children. Quadtrees are the two-dimensional analog of octrees and are

    Quadtree

    Quadtree

    Quadtree

  • Interval tree
  • Tree data structure to hold intervals

    In computer science, an interval tree is a tree data structure to hold intervals. Specifically, it allows one to efficiently find all intervals that overlap

    Interval tree

    Interval_tree

  • Tree diagram
  • Topics referred to by the same term

    Tree diagram may refer to: Tree structure, a way of representing the hierarchical nature of a structure in a graphical form Tree diagram (probability theory)

    Tree diagram

    Tree_diagram

  • Scene graph
  • Form of data structure

    of a set of objects. It is a collection of nodes in a graph or tree structure. A tree node may have many children but only a single parent, with the effect

    Scene graph

    Scene graph

    Scene_graph

  • Abstract syntax
  • are generally stored in a tree structure as an abstract syntax tree. Abstract syntax, which only consists of the structure of data, is contrasted with

    Abstract syntax

    Abstract_syntax

  • Family tree (disambiguation)
  • Topics referred to by the same term

    family tree in Wiktionary, the free dictionary. A family tree is a chart representing family relationships in a conventional tree structure. Family tree may

    Family tree (disambiguation)

    Family_tree_(disambiguation)

  • Refuge tree
  • Tibetan Buddhist imagery

    another form of tree structure for their objects of "Refuge". The Karma Kagyu Refuge Field was described in the form of a five-branched tree by 9th Karmapa

    Refuge tree

    Refuge tree

    Refuge_tree

  • Library classification
  • Systems of coding and organizing documents or library materials

    arranged by many different factors, typically in either a hierarchical tree structure based on the subject or using a faceted classification system, which

    Library classification

    Library classification

    Library_classification

  • Tree of life (Kabbalah)
  • Diagram used in various mystical traditions

    divine structure, creation, and the spiritual path of ascent. It is usually referred to as the "kabbalistic tree of life" to distinguish it from the tree of

    Tree of life (Kabbalah)

    Tree of life (Kabbalah)

    Tree_of_life_(Kabbalah)

  • Tree transducer
  • trees, but models producing words or other structures exist. Roughly speaking, tree transducers extend tree automata in the same way that word transducers

    Tree transducer

    Tree_transducer

  • Classification chart
  • Classification chart or classification tree is a synopsis of the classification scheme, designed to illustrate the structure of any particular field. Classification

    Classification chart

    Classification chart

    Classification_chart

  • Self-balancing binary search tree
  • Any node-based binary search tree that automatically keeps its height the same

    binary search tree, contain precautionary measures against boundlessly increasing tree height, so that these abstract data structures receive the attribute

    Self-balancing binary search tree

    Self-balancing binary search tree

    Self-balancing_binary_search_tree

  • Hilbert R-tree
  • R-tree variant and index for multidimensional objects

    resulting R-tree will be fully packed, with the possible exception of the last node at each level. Thus, the space utilization is ≈100%; this structure is called

    Hilbert R-tree

    Hilbert_R-tree

  • Vessel (structure)
  • Structure in Manhattan, New York

    make the structure stand out like a "12-month Christmas tree". Heatherwick said that he intends visitors to climb and explore the structure as if it were

    Vessel (structure)

    Vessel (structure)

    Vessel_(structure)

  • Method of analytic tableaux
  • Tool for proving a logical formula

    procedure for formulae of first-order logic. An analytic tableau is a tree structure computed for a logical formula, having at each node a subformula of

    Method of analytic tableaux

    Method of analytic tableaux

    Method_of_analytic_tableaux

  • Rhetorical structure theory
  • Theory of text organization

    for argumentation. Argument mining Parse tree Mann, William C.; Thompson, Sandra A. (1988). "Rhetorical structure theory: toward a functional theory of text

    Rhetorical structure theory

    Rhetorical structure theory

    Rhetorical_structure_theory

  • Old-growth forest
  • Forest that has developed over a long period of time without disturbance

    concept of diverse tree structure includes multi-layered canopies and canopy gaps, greatly varying tree heights and diameters, and diverse tree species and classes

    Old-growth forest

    Old-growth forest

    Old-growth_forest

  • Linked data structure
  • Way of storing data in a computer

    linking. Linked data structures include linked lists, search trees, expression trees, and many other widely used data structures. They are also key building

    Linked data structure

    Linked_data_structure

  • Range tree
  • Ordered tree data structure

    In computer science, a range tree is an ordered tree data structure to hold a list of points. It allows all points within a given range to be reported

    Range tree

    Range_tree

  • R*-tree
  • Data structure used for indexing spatial information

    R-tree structures are highly susceptible to the order in which their entries are inserted, so an insertion-built (rather than bulk-loaded) structure is

    R*-tree

    R*-tree

  • Dialogue tree
  • Gameplay mechanic

    display and select responses within a dialogue tree. Whereas a dialogue tree describes the underlying structure of a branching conversation, a dialogue wheel

    Dialogue tree

    Dialogue tree

    Dialogue_tree

  • Huffman coding
  • Technique to compress data

    the coding tree structure to match the updated probability estimates. It is used rarely in practice, since the cost of updating the tree makes it slower

    Huffman coding

    Huffman coding

    Huffman_coding

AI & ChatGPT searchs for online references containing TREE STRUCTURE

TREE STRUCTURE

AI search references containing TREE STRUCTURE

TREE STRUCTURE

AI search queries for Facebook and twitter posts, hashtags with TREE STRUCTURE

TREE STRUCTURE

Follow users with usernames @TREE STRUCTURE or posting hashtags containing #TREE STRUCTURE

TREE STRUCTURE

Online names & meanings

AI search & ChatGPT queries for Facebook and twitter users, user names, hashtags with TREE STRUCTURE

TREE STRUCTURE

Top AI & ChatGPT search, Social media, medium, facebook & news articles containing TREE STRUCTURE

TREE STRUCTURE

AI searchs for Acronyms & meanings containing TREE STRUCTURE

TREE STRUCTURE

AI searches, Indeed job searches and job offers containing TREE STRUCTURE

Other words and meanings similar to

TREE STRUCTURE

AI search in online dictionary sources & meanings containing TREE STRUCTURE

TREE STRUCTURE