CS 3304: Comparative Languages
Data Types
[
Course Documents
] : [
Data Types
]
Previous
Contents
Next
Keyword Index
Evaluation of Sets
If a language does not have sets, they must be simulated, either with enumerated types or with arrays
Arrays are more flexible than sets, but have much slower operations
Set implementation:
Usually stored as bit strings and use logical operations for the set operations