Minimum number of days in which no task is performed
Given an array arr[] consisting of values (0, 1, 2, 3) of length N, representing the type of work that can be done on any ith day, such that the task is of either type A or type B. Each value in array is defined as:0 - No tasks are available. 1 - Task of type B is available. 2 - Task of type A is av