Question d’entretien chez Optum

How would you design user authentication using C++?

Réponse à la question d'entretien

Utilisateur anonyme

15 sept. 2019

I could construct a map with the username as key and password as value. This would reduce the access time to O(1).