Question d’entretien chez J.P. Morgan

First repeating element in unsorted array.

Réponses aux questions d'entretien

Utilisateur anonyme

19 juill. 2022

Convert the list elements into dictionary, whenever the counter is greater than 1 break the loop and fetch the key Then find the index of the element(key)

Utilisateur anonyme

18 janv. 2021

Use frequency map (dict)