OurBigBook About$ Donate
 Sign in Sign up

Data structure

Ciro Santilli (@cirosantilli, 37) ... Area of technology Information technology Computer Computer science Computational problem Algorithm
Updated 2025-07-16  0 By others on same topic  0 Discussions Create my own 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
    • Trie 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

Trie

 0  0
Data structure
Sample implementations:
  • C++: cpp/trie.cpp

 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