External Memory Algorithms Flashcards

1
Q

Out of core

A

external memory algorithms or out-of-core algorithms are algorithms that are designed to process data that are too large to fit into a computer’s main memory at once. Such algorithms must be optimized to efficiently fetch and access data stored in slow bulk memory (auxiliary memory) such as hard drives or tape drives, or when memory is on a computer network.

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

M

A

Cache size

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

External memory algorithms generally fall into what two categories?

A

distribution sorting, which resembles quicksort, and external merge sort, which resembles merge sort

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