data structure
- noun
- /ˈdeɪtə ˈstrʌkʧər/
- Specialized
- A well-designed data structure makes it easier for programmers to access and modify information efficiently.
- recursive data structure
- hierarchical data structure
- use data structures
OK, You don't know a data structure that does that yet.
- OK, You don't know a data structure that does that yet.
- This can make navigating through large data structures like the thousands of video projects that we're archiving much, much faster.
Examples
-
This can make navigating through large data structures like the thousands of video projects that we're archiving much, much faster.
-
Figure 3 explains this data structure, along with the visualization that we commonly use for it.
Academic text (2017) -
And if we're to keep it, we need a data structure for it to be valuable.
Blog text (11) -
Normally, two different versions of the data structures are used by a test case.
Academic text (1996) -
The main issues are faced in the areas of data structure design and data preparation.
Academic text (2016) -
What's a very, very simple data structure for predecessor?
-
Turns out that's a very poor data structure for this.
-
Therefore, their research efforts resulted in the design of data structures that are able to support this broader spectrum.
Academic text (2003) -
Currently, a voxel data structure format seems to be the most suitable for this task.
Academic text (2018) -
Maintaining thread-safe, yet efficient, data structures and routines is critical for performance.
Academic text (2018)
How Complex
Surface Forms
Morphology
The meaning 'an organized way of storing and arranging data' is directly and predictably derived from combining 'data' (information) with 'structure' (how parts are organized). This noun–noun compounding follows standard English composition patterns and is cross-linguistically common, so a B1 learner who knows both constituents will generally infer the basic meaning (even if technical specifics may require domain knowledge).
Etymology
Data structure comes from a simple picture: think of pieces of data put into boxes or on shelves so each item has its place. The word structure shows the order and shape that keeps the data easy to find and change, so data structure means 'an organized way to store and manage data' on a computer.