data structure

  • 21Pile (data structure) — A pile is an abstract data structure for storing data in a loosely ordered way. There are two different usages of the termOrdered dequeThe first version combines the properties of the deque and a priority queue and may be described as an ordered… …

    Wikipedia

  • 22Graph (data structure) — In computer science, a graph is a kind of data structure, specifically an abstract data type (ADT), that consists of a set of nodes (also called vertices) and a set of edges that establish relationships (connections) between the nodes. The graph… …

    Wikipedia

  • 23Zipper (data structure) — Zipper is a purely functional data structure used in functional programming to solve some problems in a way using notions like “context” and “hole”. It is related to the generalization of notion “derivative” (for types). The zipper was described… …

    Wikipedia

  • 24Active data structure — A data structure with an associated thread or process that performs internal operations to give the external behavior of another, usually more general, data structure.For example, a queue is usually considered to be unbounded. However, actual… …

    Wikipedia

  • 25hierarchical data structure — noun a structure of data having several levels arranged in a treelike structure • Syn: ↑hierarchical structure • Hypernyms: ↑data structure …

    Useful english dictionary

  • 26Succinct data structure — In computer science, a succinct data structure for a given data type is a representation of the underlying combinatorial object that uses an amount of space “close” to the information theoretic lower bound together with efficient algorithms for… …

    Wikipedia

  • 27Contiguous Data Structure —   [von engl. contiguous »benachbart«], fortlaufende Datenstruktur …

    Universal-Lexikon

  • 28Noncontiguous Data Structure —   [engl.], unterbrochene Datenstruktur …

    Universal-Lexikon

  • 29Structure — is a fundamental and sometimes intangible notion covering the recognition, observation, nature, and stability of patterns and relationships of entities. From a child s verbal description of a snowflake, to the detailed scientific analysis of the… …

    Wikipedia

  • 30Data warehouse — Overview In computing, a data warehouse (DW) is a database used for reporting and analysis. The data stored in the warehouse is uploaded from the operational systems. The data may pass through an operational data store for additional operations… …

    Wikipedia