OurBigBook About$ Donate
 Sign in+ Sign up
by Ciro Santilli (@cirosantilli, 37)

Data structure

 ... Area of technology Information technology Computer Computer science Computational problem Algorithm
 0 By others on same topic  0 Discussions  Updated 2025-05-26  +Created 1970-01-01  See my version
  • Table of contents
    • Associative array Data structure
      • Binary search tree Associative array
        • B-tree Binary search tree
      • Hash table Associative array
    • Dynamic array Data structure
    • Linked list Data structure

Associative array (map, dictionary)

 0  0 
Data structure
More commonly known as a map or dictionary.

Binary search tree (BST)

 0  0 
Associative array Tags: Binary tree, Ordered tree

B-tree

 0  0 
Binary search tree
Like Binary search tree, but each node can have multiple objects and more than two children.
Figure 1. Source.

Hash table (Hash map)

 0  0 
Associative array

Dynamic array

 0  0 
Data structure

Linked list

 0  0 
Data structure

 Ancestors (8)

  1. Algorithm
  2. Computational problem
  3. Computer science
  4. Computer
  5. Information technology
  6. Area of technology
  7. Technology
  8.  Home

 View article source

 Discussion (0)

+ New discussion

There are no discussions about this article yet.

 Articles by others on the same topic (0)

There are currently no matching articles.
  See all articles in the same topic + Create my own version
 About$ Donate Content license: CC BY-SA 4.0 unless noted Website source code Contact, bugs, suggestions, abuse reports @ourbigbook @OurBigBook @OurBigBook