Question d’entretien chez PointClickCare

Write an algorithm to distribute breads from different piles across a hungry crowd minimizing the difference between bread piles.

Réponse à la question d'entretien

Utilisateur anonyme

7 avr. 2025

If the bread piles are of same size don't give out any bread since the difference between them is 0. Interviewer wanted to see use of Java priority queues.

1