Introduction to Data Structures
Types
Implicit Data Structure
In computer science, a implicit data structure or space-efficient data structure is a data structure that stores very little information other than the main or required data: a data structure that requires low overhead. They are called "implicit" because the position of the elements carries meaning and relationship between elements.
Formally, an implicit data structure is one with constantO(1)space overhead
Explicit data structure
Succinct data structure
A succinct data structure is a data structure which uses an amount of space that is "close" to the information-theoretic lower bound, but (unlike other compressed representations) still allows for efficient query operations.
https://en.wikipedia.org/wiki/Succinct_data_structure