Computer scienceAlgorithms and Data StructuresAlgorithmsArray algorithmsSorting algorithms

Counting sort

Interpreting cumulative counts

Report a typo

Given an array that contains cumulative counts of elements from an input array.

{ 0, 2, 2, 3, 3, 5, 7, 7, 8 }

Select an array that corresponds to the sorted input array. Do not consider the order of identical elements.

Select one option from the list
___

Create a free account to access the full topic