What is the purpose of the counting_sort_inplace function?
a. To create a copy of the input array
b. To sort the input array in place
c. To reverse the input array
d. To find the maximum value in the array