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
Like
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
0
Data structure
More commonly known
as
a
map
or
dictionary
.
Binary search tree
(BST)
0
0
0
Associative array
Tags:
Binary tree
,
Ordered tree
B-tree
0
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
0
Associative array
Dynamic array
0
0
0
Data structure
Linked list
0
0
0
Data structure
Trie
0
0
0
Data structure
Sample implementations:
C++
:
cpp/trie.cpp
Ancestors
(8)
Algorithm
Computational problem
Computer science
Computer
Information technology
Area of technology
Technology
Home
View article source
Discussion
(0)
Subscribe (1)
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