Empty Data Structure
Jump to navigation
Jump to search
An Empty Data Structure is a data structure with no data.
- Context:
- It can range from being Shell Data Structure to being a Null Data Structure.
- …
- Example(s):
- an Empty DBMS Table.
- an Empty Array.
- an Empty Matrix.
- …
- Counter-Example(s):
- See: Data Structure Update.