Data Structures and Algorithms Flashcards

1
Q

fixed size and contiguous memory allocation

A

Array

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

dynamic and non-contiguous

A

linked list

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

provides pre-built data structures (e.g., vectors, lists, maps) and algorithms.

A

Standard Template Library - STL

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

What are bubble sorts, merge sorts and quickshort

A

Common sorting algorithms

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

A technique where a function calls itself to solve smaller problems

A

Recursion

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