Wednesday, January 3, 2018

Data Structures


Highlight the ones you know

Data types[edit]

Primitive types[edit]

Composite types or Non-primitive type[edit]

Abstract data types[edit]

Some properties of abstract data types:
StructureOrderUnique
Listyesno
Associative arraynoyes
Setnoyes
Multisetnono

Linear data structures[edit]

A data structure is said to be linear if its elements form a sequence.

Arrays[edit]

Types of Lists[edit]

Trees[edit]

Binary trees[edit]

B-trees[edit]

Heaps[edit]

Trees[edit]

In these data structures each tree node compares a bit slice of key values.

Multiway trees[edit]

Space-partitioning trees[edit]

These are data structures used for space partitioning or binary space partitioning.

Application-specific trees[edit]

Hashes[edit]

Graphs[edit]

No comments:

Post a Comment