Question d’entretien chez NiCE

The best algorithm to find two numbers in array which their difference is delta.

Réponse à la question d'entretien

Utilisateur anonyme

12 févr. 2019

I sorted it with count sort and then n times took number decreased it and did binary search to find his partner.