Mas separations

You are working in the Data Comistency team of your company. You are alocated a task as follows:

You have a data stream consisting of an equal number of add and even numbers. You can make seperations in the data stream but the number of odd elements should be equal to the number of even elements in both partitions after separation. Also, if you make a separation between a numbier and number y then the cost of this operation will be byl colms

You are given the following:

An Integer N

An array arr

An integer A

Find out the maximum number of separations that can be made in the array by spending no more than K coms

Function description.

Complete the function solve This function takes the following 3 patameters and retums the required answer:



Answer :

Other Questions