Data Structures and Algorithms Flashcards
1
Q
fixed size and contiguous memory allocation
A
Array
2
Q
dynamic and non-contiguous
A
linked list
3
Q
provides pre-built data structures (e.g., vectors, lists, maps) and algorithms.
A
Standard Template Library - STL
4
Q
What are bubble sorts, merge sorts and quickshort
A
Common sorting algorithms
5
Q
A technique where a function calls itself to solve smaller problems
A
Recursion