Zusammenfassung der Ressource
Data Structures
- Queues
- Lists
- Trees
- D: A Connected, undirected
graph with no cycles
- Binary tree
- D: a rooted tree where each node
has at most 2 children
- Uses:
- Rooted tree
- D: A tree with one node identified as root
- Graphs
- Hash tables
- Vectors
- Dictionaries
- Key Words
- Abstract Data Type (ADT)