Question d’entretien chez Samsung Electronics

Problem was to create an array from one input array where every element in output array is the next biggest element from that element.

Réponses aux questions d'entretien

Utilisateur anonyme

21 juil. 2017

I have answered the question but he was expecting me to solve that problem with less complexity, however, the answer purposed him was also had the same complexity as my answer had.

Utilisateur anonyme

30 juil. 2017

you can do this question using stack in O(n). Google next greater element from geeksforgeeks.