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.
2
Q
Adjancency List
A
Representation of a graph by storing a list of connected nodes to each node
3
Q
Adjancency matrix
A
Matrix representation of a graph that stores the edges connecting all possible nodes.