Data Structures Flashcards
Explain what a LinkedList is, and it’s properties.
Explain what a Stack is, and it’s properties.
Explain what a Queue is, and it’s properties.
Explain what a HashTable is, and it’s properties.
Explain what a Tree is, and it’s properties.
Explain what a BinaryTree is, and it’s properties.
Explain what a Full Binary Tree is, and it’s properties.
Explain what a Complete Binary Tree is, and it’s properties.
Explain what a Balanced Tree is, and it’s properties.
Explain what a Unbalanced is, and it’s properties.
Explain what a Directed Graph is, and it’s properties.
Explain what a Undirected Graph is, and it’s properties.
Explain what a Spanning Tree is, and it’s properties.
Explain what a Heap is, and it’s properties.
Explain what an Array is, and it’s properties.