Fundamentals of Data Strucutures - Definitions Flashcards

1
Q

Hash Table

A

A data structure where a hashing algorithm creates a mapping between keys and values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Adjancency List

A

Representation of a graph by storing a list of connected nodes to each node

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Adjancency matrix

A

Matrix representation of a graph that stores the edges connecting all possible nodes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly