
Data types of data structure
Primitive types
int (integral values)
Char (character values)
Float (real number values)
Double (larger size of type float)
Boolean (boolean values True/False)
Enumerated type
Composite types
Array
Record (also called tuple or struct)
Plain old data structure
Union
Tagged union (also called a variant, variant record,
discriminated union, or disjoint union)
Abstract data types
Multimap
List
Set
Container
Map/Associative array/Dictionary
Multiset
Priority queue
Stack
Queue
Tree
Graph
Deque
String
0 comments:
Post a Comment