Matching terms and their definitions

Report a typo

Match the terms with their meanings.

Match the items from left and right columns
Stable sorting algorithm
In-place sorting algorithm
Out-of-place sorting algorithm
Internal sorting algorithm
External sorting algorithm
The larger the size of an input array, the more additional memory is required.
Doesn't load all data being sorted in the main memory.
Stores data being sorted in the main memory.
Requires only a constant amount of an additional space.
Sorts identical elements in the same order as they appear in the input.
___

Create a free account to access the full topic