Panda Guru LogoPanda
Guru

Amazon Interview Question

Round 1

Questions: Given an array of integers arr[] consisting of N integers, the task is to minimize the sum of the given array by performing at most K operations, where each operation involves reducing an array element arr[i] to floor(arr[i]/2).

Candidate's Approach

No approach provided.

Interviewer's Feedback

No feedback provided.