Domanda di colloquio di Optum

How would you design user authentication using C++?

Risposta di colloquio

Anonimo

15 set 2019

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