alexandergoetz7343 alexandergoetz7343 29-12-2023 Computers and Technology contestada Given an array arr of n integers, in a single operation, one can choose two indices i and j and delete arr[i] from the array if 2×arr[i]≤arr[j].Find the maximum length of the array after several operations.